[Intel-gfx] [PATCH i-g-t 2/3] gem_exec_schedule: Add missing #include

Petri Latvala petri.latvala at intel.com
Fri Sep 29 10:51:58 UTC 2017


gem_exec_schedule used sigaction() without #include <signal.h>

CC: Chris Wilson <chris at chris-wilson.co.uk>
Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
 tests/gem_exec_schedule.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gem_exec_schedule.c b/tests/gem_exec_schedule.c
index 95128420..e3cfffda 100644
--- a/tests/gem_exec_schedule.c
+++ b/tests/gem_exec_schedule.c
@@ -26,6 +26,7 @@
 #include <sys/poll.h>
 #include <sys/ioctl.h>
 #include <sched.h>
+#include <signal.h>
 
 #include "igt.h"
 #include "igt_vgem.h"
-- 
2.14.1



More information about the Intel-gfx mailing list