mirror of https://github.com/getdnsapi/getdns.git
Fix for undeclared SIGABRT
This commit is contained in:
parent
501bc14de6
commit
b488432c24
|
@ -27,6 +27,8 @@
|
|||
#ifndef _check_getdns_dict_destroy_h_
|
||||
#define _check_getdns_dict_destroy_h_
|
||||
|
||||
#include <sys/signal.h>
|
||||
|
||||
/*
|
||||
**************************************************************************
|
||||
* *
|
||||
|
|
Loading…
Reference in New Issue