summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
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);