mirror of https://github.com/getdnsapi/getdns.git
Fix signal.h include.
This commit is contained in:
parent
f8a3f4bd3f
commit
22d305b3e0
|
@ -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>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* *
|
* *
|
||||||
|
|
|
@ -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>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* *
|
* *
|
||||||
|
|
Loading…
Reference in New Issue