summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_module.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-12-06 23:11:27 +0000
committerjhb <jhb@FreeBSD.org>2007-12-06 23:11:27 +0000
commit0373a290457e3041b374d316f5b9057247338d2d (patch)
tree2fd65ca1412839d8f2f13e43e9411f5ce256d914 /sys/kern/kern_module.c
parente38fed7fb732760cb72fc9df6cfc8fd3400a1a8e (diff)
downloadFreeBSD-src-0373a290457e3041b374d316f5b9057247338d2d.zip
FreeBSD-src-0373a290457e3041b374d316f5b9057247338d2d.tar.gz
Move several data structure definitions out of freebsd32_misc.c and into
freebsd32.h instead. MFC after: 1 week
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 233012d..9a1f159 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>
OpenPOWER on IntegriCloud