aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-04-01 12:48:10 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-04-01 12:48:10 +0000
commit3b1b4d767fe79ec9503f6aed275b718fb46d6a5c (patch)
tree8dad41f53683073968648d94c441b223bedad354 /sys/gnu
parentaf940ed8c01ba1c59eef2278ee606bed181bc83c (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/support/mrlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c b/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
index 7c3f8bfdfb55..5955f991bb8e 100644
--- a/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
+++ b/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
@@ -1,5 +1,5 @@
#include <sys/param.h>
-#include <machine/pcpu.h>
+#include <sys/pcpu.h>
#include <support/debug.h>
#include <support/mrlock.h>