Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / tests / openclose.c
index 0def4b2..0a517fc 100644 (file)
@@ -17,6 +17,9 @@
 #include <sys/ioctl.h>
 
 #include <lustre/lustre_user.h>
+#ifndef O_DIRECT
+#define O_DIRECT 0
+#endif
 
 int main(int argc, char *argv[])
 {