mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +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:
@@ -64,7 +64,7 @@
|
||||
|
||||
ASTERISK_REGISTER_FILE()
|
||||
|
||||
#include <sys/signal.h> /* SIGURG */
|
||||
#include <signal.h> /* SIGURG */
|
||||
|
||||
#include <portaudio.h>
|
||||
|
||||
|
Reference in New Issue
Block a user