diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-04-01 12:48:10 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-04-01 12:48:10 +0000 |
| commit | 3b1b4d767fe79ec9503f6aed275b718fb46d6a5c (patch) | |
| tree | 8dad41f53683073968648d94c441b223bedad354 /sys/gnu | |
| parent | af940ed8c01ba1c59eef2278ee606bed181bc83c (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/fs/xfs/FreeBSD/support/mrlock.c | 2 |
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> |
