#include <sys/proc.h> before using struct proc.p_timerpend

This commit is contained in:
cherry 2011-06-21 07:20:56 +00:00
parent 76a21f6aa5
commit 9858da6139
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: userret.h,v 1.23 2011/04/08 10:36:58 yamt Exp $ */
/* $NetBSD: userret.h,v 1.24 2011/06/21 07:20:56 cherry Exp $ */
/*-
* Copyright (c) 1998, 2000, 2003, 2006, 2008 The NetBSD Foundation, Inc.
@ -66,6 +66,7 @@
#define _SYS_USERRET_H_
#include <sys/lockdebug.h>
#include <sys/userret.h>
#include <sys/intr.h>
/*