diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-12 10:11:57 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-12 10:11:57 +0000 |
commit | 8123023fd5cd19f2c9efcd5f4e398204d6857186 (patch) | |
tree | d46d887abc09f651f1d8d225df7b77cf1cbce780 | |
parent | f4a45a0f56d048184dff28b9f610c22a6be384c5 (diff) |
fix GENERIC compilation.
-rw-r--r-- | sys/xfs/xfs_locl.h | 2 | ||||
-rw-r--r-- | sys/xfs/xfs_syscalls.h | 2 |
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; |