summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-12-16 10:38:54 -0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-16 19:45:57 +0100
commitf185699a4ba904569db286cdb3386512a2540af2 (patch)
tree2c1afc9a152c0cff2df005ae0dc0406b55b877f9
parentc2e05af3538830f0fd1f0e750a99b2e10b84e991 (diff)
tests/gem_seqno_wrap.c: include <signal.h> for definition of kill()
Fixes build failure on Solaris: gem_seqno_wrap.c: In function ‘run_cmd’: gem_seqno_wrap.c:328:3: error: implicit declaration of function ‘kill’ [-Werror=implicit-function-declaration] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--tests/gem_seqno_wrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c
index 2b92cb8a..f8812459 100644
--- a/tests/gem_seqno_wrap.c
+++ b/tests/gem_seqno_wrap.c
@@ -40,6 +40,7 @@
#include <sys/wait.h>
#include <limits.h>
#include <wordexp.h>
+#include <signal.h>
#include "i915_drm.h"
#include "intel_bufmgr.h"