diff options
| -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> |
