Explorar el Código

sandbox: add required header to os.c

We should include the sys/time.h header to avoid warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Simon Glass hace 13 años
padre
commit
3bdf56b786
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      arch/sandbox/cpu/os.c

+ 1 - 0
arch/sandbox/cpu/os.c

@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
+#include <sys/time.h>
 #include <sys/types.h>
 #include <linux/types.h>