aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-12-19 23:03:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-12-19 23:03:02 +0000
commitbfc931e1512867ba8ce6456faac928709641589b (patch)
tree69338b2fc9d6e4b923efb40cb11580f924525c07 /sys/kern
parentb306d441f942d8e21cf585c1d5c570972b0432b8 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c
index 6912030dde5e..f6568c0b3d67 100644
--- a/sys/kern/kern_module.c
+++ b/sys/kern/kern_module.c
@@ -415,6 +415,7 @@ modfind(struct thread *td, struct modfind_args *uap)
#ifdef COMPAT_IA32
#include <sys/mount.h>
+#include <sys/socket.h>
#include <compat/freebsd32/freebsd32_util.h>
#include <compat/freebsd32/freebsd32.h>
#include <compat/freebsd32/freebsd32_proto.h>