Whamcloud - gitweb
Remove compiler warning for fsx on linux.
authoradilger <adilger>
Tue, 11 Jun 2002 17:23:29 +0000 (17:23 +0000)
committeradilger <adilger>
Tue, 11 Jun 2002 17:23:29 +0000 (17:23 +0000)
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>