Include signal.h

This commit is contained in:
Pieter Noordhuis 2010-11-05 17:24:11 +01:00
parent 8ce0b3228d
commit 1c39483434
1 changed files with 1 additions and 0 deletions

1
test.c
View File

@ -5,6 +5,7 @@
#include <sys/time.h>
#include <assert.h>
#include <unistd.h>
#include <signal.h>
#include "hiredis.h"