Fix signal.h include.

This commit is contained in:
Neel Goyal 2014-03-12 21:32:18 -04:00
parent f8a3f4bd3f
commit 22d305b3e0
2 changed files with 10 additions and 10 deletions

View File

@ -27,6 +27,8 @@
#ifndef _check_getdns_context_destroy_h_ #ifndef _check_getdns_context_destroy_h_
#define _check_getdns_context_destroy_h_ #define _check_getdns_context_destroy_h_
#include <signal.h>
/* /*
************************************************************************** **************************************************************************
* * * *

View File

@ -27,8 +27,6 @@
#ifndef _check_getdns_dict_destroy_h_ #ifndef _check_getdns_dict_destroy_h_
#define _check_getdns_dict_destroy_h_ #define _check_getdns_dict_destroy_h_
#include <signal.h>
/* /*
************************************************************************** **************************************************************************
* * * *