Преглед изворни кода

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>