summaryrefslogtreecommitdiffstats
path: root/sys/rpc
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-06-27 14:35:05 +0000
committerdfr <dfr@FreeBSD.org>2008-06-27 14:35:05 +0000
commit32cc4e0a28011852063f2c7bf38782a6ad7cd04c (patch)
treea1ae1fa52d26705478eabfd5bdfbf0bf61d7262d /sys/rpc
parent27f8992cb2d7ca5dce5f3ff6c2f15d6cb95dca70 (diff)
downloadFreeBSD-src-32cc4e0a28011852063f2c7bf38782a6ad7cd04c.zip
FreeBSD-src-32cc4e0a28011852063f2c7bf38782a6ad7cd04c.tar.gz
Include <sys/pcpu.h> for curthread.
Diffstat (limited to 'sys/rpc')
-rw-r--r--sys/rpc/auth_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/rpc/auth_unix.c b/sys/rpc/auth_unix.c
index 757d2dd..28e07f8 100644
--- a/sys/rpc/auth_unix.c
+++ b/sys/rpc/auth_unix.c
@@ -54,6 +54,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
+#include <sys/pcpu.h>
#include <sys/sx.h>
#include <sys/ucred.h>
OpenPOWER on IntegriCloud