summaryrefslogtreecommitdiff
path: root/lib/igt_device_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_device_scan.h')
-rw-r--r--lib/igt_device_scan.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/igt_device_scan.h b/lib/igt_device_scan.h
index 24eafe62..3526f1da 100644
--- a/lib/igt_device_scan.h
+++ b/lib/igt_device_scan.h
@@ -25,8 +25,14 @@
#ifndef __IGT_DEVICE_SCAN_H__
#define __IGT_DEVICE_SCAN_H__
+#include <errno.h>
+#include <fcntl.h>
+#include <getopt.h>
#include <limits.h>
-#include <igt.h>
+#include <stdbool.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <unistd.h>
enum igt_devices_print_type {
IGT_PRINT_SIMPLE,