Skip to content
Snippets Groups Projects
Commit 3bdf56b7 authored by Simon Glass's avatar Simon Glass Committed by Mike Frysinger
Browse files

sandbox: add required header to os.c


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent e1012472
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment