summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-06-13 22:42:43 +0000
committerrwatson <rwatson@FreeBSD.org>2007-06-13 22:42:43 +0000
commitf938c62f4e21ae3af133c8b7ce65a2aeccce8a2d (patch)
treef995f6006003d71c5ad1b33391c20d4d582dd7a4 /sys/netipx
parent9caa55ea6b4ba34b691f2d87131929fc236f2491 (diff)
downloadFreeBSD-src-f938c62f4e21ae3af133c8b7ce65a2aeccce8a2d.zip
FreeBSD-src-f938c62f4e21ae3af133c8b7ce65a2aeccce8a2d.tar.gz
Include priv.h to pick up suser(9) definitions, missed in an earlier
commit. Warnings spotted by: kris
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c
index fa8252a..5ae0d4b 100644
--- a/sys/netipx/ipx.c
+++ b/sys/netipx/ipx.c
@@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/malloc.h>
+#include <sys/priv.h>
#include <sys/sockio.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud