From f185699a4ba904569db286cdb3386512a2540af2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 16 Dec 2012 10:38:54 -0800 Subject: [PATCH] tests/gem_seqno_wrap.c: include for definition of kill() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Daniel Vetter --- tests/gem_seqno_wrap.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include "i915_drm.h" #include "intel_bufmgr.h"