summaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
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