summaryrefslogtreecommitdiff
path: root/ipc/ipc_kmsg.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-15 23:20:48 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:15 +0200
commitd9be8218e63626ee0e0a02e07dd0705c6a65eda9 (patch)
treece32bfe27fd97fdb42b7c3ce695e78c55d20075e /ipc/ipc_kmsg.c
parent67a6c6b8be26c9d965f5aba52c83927e878f87ef (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* device/net_io.h (net_ast): Add prototype. * ipc/ipc_kmsg.c: Include <device/net_io.h> * kern/ast.c: Include <device/net_io.h>
Diffstat (limited to 'ipc/ipc_kmsg.c')
-rw-r--r--ipc/ipc_kmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c
index e0f76c25..6b2ff952 100644
--- a/ipc/ipc_kmsg.c
+++ b/ipc/ipc_kmsg.c
@@ -60,6 +60,8 @@
#include <ipc/ipc_machdep.h>
+#include <device/net_io.h>
+
#if MACH_KDB
#include <ddb/db_output.h>
#endif