aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_module.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-12-06 23:11:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-12-06 23:11:27 +0000
commit74427aa423ea4bd1fe2034426ea6fc65adbefa4f (patch)
tree2fd65ca1412839d8f2f13e43e9411f5ce256d914 /sys/kern/kern_module.c
parentdbec798a76a4fbbe9446d6f1ed6af17874daad48 (diff)
downloadsrc-74427aa423ea4bd1fe2034426ea6fc65adbefa4f.tar.gz
src-74427aa423ea4bd1fe2034426ea6fc65adbefa4f.zip
Notes
Diffstat (limited to 'sys/kern/kern_module.c')
-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 233012d5b954..9a1f159e3060 100644
--- a/sys/kern/kern_module.c
+++ b/sys/kern/kern_module.c
@@ -416,6 +416,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>