summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 20:18:51 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 20:18:51 +0100
commit924115bfcd5beae84f2e2d6b266c619659185475 (patch)
tree7fe44f293b033dd9917b200514d21213da6332ab /lib/igt_core.h
parent6cfcd715898198cbd8edd955ed24cf57f6e8d9ee (diff)
lib: more unecessary header removal
This time big with media_fill.h Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index c21448e7..47576da6 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -30,7 +30,10 @@
#ifndef IGT_CORE_H
#define IGT_CORE_H
+#include <setjmp.h>
#include <stdbool.h>
+#include <string.h>
+#include <sys/types.h>
bool __igt_fixture(void);
void __igt_fixture_complete(void);