aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-01-01 01:56:19 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-01-01 01:56:19 +0000
commit13438f6823e991fe0c5616bc3a6f766a0a86c210 (patch)
treeebb22b0d8030959ee26f9f429f2729208d65ac89 /sys/sys/proc.h
parent4f5a0588eee9daf5497a6c50536f0b3ebbc8b88a (diff)
downloadsrc-13438f6823e991fe0c5616bc3a6f766a0a86c210.tar.gz
src-13438f6823e991fe0c5616bc3a6f766a0a86c210.zip
Notes
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 52c8060a2d3c..9f46569084be 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -44,11 +44,16 @@
#include <sys/callout.h> /* For struct callout. */
#include <sys/event.h> /* For struct klist. */
+#ifndef _KERNEL
#include <sys/filedesc.h>
+#endif
+#include <sys/_lock.h>
+#include <sys/_mutex.h>
#include <sys/queue.h>
#include <sys/priority.h>
#include <sys/rtprio.h> /* XXX */
#include <sys/runq.h>
+#include <sys/sigio.h>
#include <sys/signal.h>
#include <sys/_label.h>
#ifndef _KERNEL