tests/gem_seqno_wrap.c: include <signal.h> for definition of kill()
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 16 Dec 2012 18:38:54 +0000 (10:38 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 16 Dec 2012 18:45:57 +0000 (19:45 +0100)
commitf185699a4ba904569db286cdb3386512a2540af2
tree2c1afc9a152c0cff2df005ae0dc0406b55b877f9
parentc2e05af3538830f0fd1f0e750a99b2e10b84e991
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>
tests/gem_seqno_wrap.c