Pārlūkot izejas kodu

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

Nathalie Furmento 13 gadi atpakaļ
vecāks
revīzija
98f01af154
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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>