mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
[apr] error: use of undeclared identifier 'NSIG'
This commit is contained in:
parent
7f86d25c6c
commit
189f6f8db2
@ -29,6 +29,10 @@
|
|||||||
#include "apr_pools.h"
|
#include "apr_pools.h"
|
||||||
#include "apr_errno.h"
|
#include "apr_errno.h"
|
||||||
|
|
||||||
|
#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
|
||||||
|
#define NSIG __DARWIN_NSIG
|
||||||
|
#endif
|
||||||
|
|
||||||
#if APR_HAVE_SIGNAL_H
|
#if APR_HAVE_SIGNAL_H
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user