projects
/
xfstests-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use xfs.h rather than libxfs.h
[xfstests-dev.git]
/
src
/
global.h
diff --git
a/src/global.h
b/src/global.h
index d1b760bd3bdcd4a0af63ae585174a93899d8d4f9..61862f60b92e26518223a056e296585716f1df2a 100644
(file)
--- a/
src/global.h
+++ b/
src/global.h
@@
-22,9
+22,14
@@
#include <config.h>
#ifdef sgi
+#include <../../irix/include/xfs/platform_defs.h>
#include <../../xfsprogs/include/irix.h>
#endif
+#ifdef HAVE_XFS_XFS_H
+#include <xfs/xfs.h>
+#endif
+
#ifdef HAVE_XFS_LIBXFS_H
#include <xfs/libxfs.h>
#endif