소스 검색

vm-file-editor: #include <sys/time.h> for gettimeofday

Vincent Penquerc'h 10 년 전
부모
커밋
393553c7bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      qubes-rpc/vm-file-editor.c

+ 1 - 0
qubes-rpc/vm-file-editor.c

@@ -1,5 +1,6 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
+#include <sys/time.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>