소스 검색

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

Nathalie Furmento 13 년 전
부모
커밋
98f01af154
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>