Whamcloud - gitweb
Remove compiler warning for fsx on linux.
[fs/lustre-release.git] / lustre / tests / fsx.c
index 7474866..e7c1495 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#ifdef _UWIN
+#if defined(_UWIN) || defined(__linux__)
 # include <sys/param.h>
 # include <limits.h>
 # include <time.h>