aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2003-01-14 21:31:31 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2003-01-14 21:31:31 +0000
commitde6edd1bd98ddeed418a51b39138e42893cb788b (patch)
tree8bc51375996a9688682dce73b72ddf6277226984 /sys/compat
parentd320fdbca73f862c88347208d0be7681e7f003d8 (diff)
downloadsrc-de6edd1bd98ddeed418a51b39138e42893cb788b.tar.gz
src-de6edd1bd98ddeed418a51b39138e42893cb788b.zip
Add missing #include
Submitted by: "Sam Leffler" <sam@errno.com>
Notes
Notes: svn path=/head/; revision=109254
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/svr4/svr4_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c
index e9512f48ddcc..2db3c960ffed 100644
--- a/sys/compat/svr4/svr4_misc.c
+++ b/sys/compat/svr4/svr4_misc.c
@@ -88,6 +88,7 @@
#include <vm/vm_map.h>
#if defined(__FreeBSD__)
#include <vm/uma.h>
+#include <vm/vm_extern.h>
#endif
#if defined(NetBSD)