summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/igt_gt.c1
-rw-r--r--tests/gem_exec_store.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 11643edd..be44fcae 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -22,6 +22,7 @@
*/
#include <string.h>
+#include <strings.h>
#include <signal.h>
#include <errno.h>
#include <sys/types.h>
diff --git a/tests/gem_exec_store.c b/tests/gem_exec_store.c
index d2b3b737..545a4b56 100644
--- a/tests/gem_exec_store.c
+++ b/tests/gem_exec_store.c
@@ -29,6 +29,7 @@
#include "igt.h"
#include "igt_gt.h"
+#include <strings.h>
#define LOCAL_I915_EXEC_BSD_SHIFT (13)
#define LOCAL_I915_EXEC_BSD_MASK (3 << LOCAL_I915_EXEC_BSD_SHIFT)