mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Fixes to include signal.h
POSIX defines signal.h. sys/signal.h should not be used as it is c-library internal header which may or may not exist. Notably with musl it generates warning of being incorrect. Change-Id: Ia56b0aa1d84b5c590114867b1b384a624f39a6fc
This commit is contained in:
@@ -43,7 +43,7 @@ ASTERISK_REGISTER_FILE()
|
||||
#include "asterisk/network.h"
|
||||
#include <sys/ioctl.h>
|
||||
#include <zlib.h>
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
#include <pthread.h>
|
||||
#include <net/if.h>
|
||||
|
||||
|
Reference in New Issue
Block a user