diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-08 12:10:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-08 12:10:57 +0100 |
commit | 9d787f107ebf6fe5901140d0c673366fc1ddf115 (patch) | |
tree | a2f949bf728088cc7eaa3afca34a8f0fb46baf8a /test | |
parent | 846430d945e9056842ad7f12f85d43435d78baf0 (diff) |
Testsuite: fix build on older Linuxen
Diffstat (limited to 'test')
-rw-r--r-- | test/src/fakens.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/fakens.c b/test/src/fakens.c index 1228c70f9..31b6471fa 100644 --- a/test/src/fakens.c +++ b/test/src/fakens.c @@ -64,6 +64,7 @@ as such then the response will have the "AD" bit set. */ #include <string.h> #include <netdb.h> #include <errno.h> +#include <signal.h> #include <arpa/nameser.h> #include <sys/types.h> #include <sys/time.h> |