Whamcloud - gitweb
Fix compiler warnings.
[fs/lustre-release.git] / lustre / utils / liblustreapi.c
index b32408c..31ac47d 100644 (file)
@@ -24,7 +24,9 @@
  */
 
 /* for O_DIRECTORY */
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 
 #include <stdlib.h>
 #include <stdio.h>