Bläddra i källkod

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

Nathalie Furmento 13 år sedan
förälder
incheckning
98f01af154
1 ändrade filer med 1 tillägg och 0 borttagningar
  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>