diff options
| author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-05 17:24:11 +0100 | 
|---|---|---|
| committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-05 17:24:11 +0100 | 
| commit | 1c3948343467c0025286c50582119bdc661cfa27 (patch) | |
| tree | d7fe2550bb4beb262cde63fe05145b2156572aac | |
| parent | 8ce0b3228dc4742b045cb471b145551d1afac337 (diff) | |
| download | hiredict-1c3948343467c0025286c50582119bdc661cfa27.tar.xz | |
Include signal.h
| -rw-r--r-- | test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -5,6 +5,7 @@  #include <sys/time.h>  #include <assert.h>  #include <unistd.h> +#include <signal.h>  #include "hiredis.h" | 
