summaryrefslogtreecommitdiff
path: root/tests/core_getstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core_getstats.c')
-rw-r--r--tests/core_getstats.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/core_getstats.c b/tests/core_getstats.c
index cce8271b..1e2c5651 100644
--- a/tests/core_getstats.c
+++ b/tests/core_getstats.c
@@ -27,6 +27,11 @@
#include <limits.h>
#include <sys/ioctl.h>
+#include <sys/types.h>
+
+#include <drm.h>
+
+#include "igt_core.h"
#include "drmtest.h"
/**