Whamcloud - gitweb
add time.h include to avoid warning
authoranserper <anserper>
Thu, 16 Jul 2009 09:44:20 +0000 (09:44 +0000)
committeranserper <anserper>
Thu, 16 Jul 2009 09:44:20 +0000 (09:44 +0000)
lustre/tests/multiop.c

index 871ac95..e8868be 100755 (executable)
@@ -51,6 +51,7 @@
 #include <unistd.h>
 #include <semaphore.h>
 #include <lustre/liblustreapi.h>
+#include <time.h>
 
 #define T1 "write data before unlink\n"
 #define T2 "write data after unlink\n"