Explorar el Código

tests/loader.c: include sys/time.h for gettimeofday

Nathalie Furmento hace 13 años
padre
commit
98f01af154
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/loader.c

+ 1 - 0
tests/loader.c

@@ -16,6 +16,7 @@
 
 #include <common/config.h>
 
+#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>