engines/net.c: fix compilation error due to missing signal.h include
authorSteven Noonan <snoonan@amazon.com>
Sat, 1 Dec 2012 08:16:55 +0000 (08:16 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 1 Dec 2012 08:37:24 +0000 (09:37 +0100)
commit842805f55b6dd021edbb5259a775c148ef18fa9c
treeee99e30595b8f5c9afdf04aa8482aed08f127546
parent36d80bc7c7f7fbc2612941b7dd7ceaf645798c7f
engines/net.c: fix compilation error due to missing signal.h include

Corrects this build failure:

engines/net.c: In function 'fio_netio_terminate':
engines/net.c:900:2: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration]
engines/net.c:900:16: error: 'SIGUSR2' undeclared (first use in this function)
engines/net.c:900:16: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: Steven Noonan <snoonan@amazon.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/net.c