summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 21:29:01 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 21:29:01 +0100
commit254f19ba8dc4b00d0d5df0a4f8d0a0cb104b2df5 (patch)
tree31e0e88971205d7483ed7602cf65214f95dc0b29 /lib/igt_core.h
parente49ceb869056255b8b6b94720b2279f6de88c893 (diff)
lib: unnecessary header removal for drmtest.h, part 2
I've left unistd.h in it - it's not strictly required but most users of drmtest.h want it for the open helpers, and then you kinda need to close that file descriptor again ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 47576da6..7ede0d37 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -32,8 +32,10 @@
#include <setjmp.h>
#include <stdbool.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
+#include <stdarg.h>
bool __igt_fixture(void);
void __igt_fixture_complete(void);