summaryrefslogtreecommitdiff
path: root/sys/xfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xfs')
-rw-r--r--sys/xfs/xfs_locl.h2
-rw-r--r--sys/xfs/xfs_syscalls.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/xfs/xfs_locl.h b/sys/xfs/xfs_locl.h
index f973b9e668d..c6308eef4d0 100644
--- a/sys/xfs/xfs_locl.h
+++ b/sys/xfs/xfs_locl.h
@@ -35,6 +35,8 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
+#else
+#include <xfs/xfs_config.h>
#endif
#ifndef RCSID
diff --git a/sys/xfs/xfs_syscalls.h b/sys/xfs/xfs_syscalls.h
index 41249d06e43..1a43a0f2d19 100644
--- a/sys/xfs/xfs_syscalls.h
+++ b/sys/xfs/xfs_syscalls.h
@@ -39,7 +39,7 @@
#include <xfs/xfs_common.h>
#include <xfs/xfs_message.h>
-#include <afssysdefs.h>
+#include <xfs/afssysdefs.h>
struct sys_pioctl_args {
syscallarg(int) operation;