Once installed these are system headers, so we need to use <>-style
include statements between them.
[dchinner: fix include/xfs creation as this changes include/xfs
population dependencies]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
typedef struct filldir filldir_t;
#if defined(__linux__)
-#include "xfs/linux.h"
+#include <xfs/linux.h>
#elif defined(__FreeBSD__)
-#include "xfs/freebsd.h"
+#include <xfs/freebsd.h>
#elif defined(__FreeBSD_kernel__)
-#include "xfs/gnukfreebsd.h"
+#include <xfs/gnukfreebsd.h>
#elif defined(__APPLE__)
-#include "xfs/darwin.h"
+#include <xfs/darwin.h>
#elif defined(__sgi__) || defined(__sgi)
-#include "xfs/irix.h"
+#include <xfs/irix.h>
#else
# error unknown platform... have fun porting!
#endif
#ifndef __XFS_H__
#define __XFS_H__
-#include "xfs/platform_defs.h"
-#include "xfs/xfs_types.h"
-#include "xfs/xfs_fs.h"
+#include <xfs/platform_defs.h>
+#include <xfs/xfs_types.h>
+#include <xfs/xfs_fs.h>
#endif /* __XFS_H__ */
#ifndef __XQM_H__
#define __XQM_H__
-#include "xfs/xfs.h"
+#include <xfs/xfs.h>
/*
* Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).