summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index cb67a90..db447bf 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.7 1994/09/25 19:33:34 phk Exp $
+ * $Id: kern_clock.c,v 1.8 1994/09/29 00:52:06 wollman Exp $
*/
/* Portions of this software are covered by the following: */
@@ -63,8 +63,10 @@
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
+#include <sys/signalvar.h>
#include <sys/timex.h>
#include <vm/vm.h>
+#include <sys/sysctl.h>
#include <machine/cpu.h>
#include <machine/clock.h>
OpenPOWER on IntegriCloud