summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-06-03 08:57:02 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-06-08 20:37:08 +0300
commit39b69ab5373222812d4e981b27681cd0925fed73 (patch)
tree17fe9e1bbde799651aa4f9019e640c191840e429 /addons
parent797695c5ccbfb242f763d552921a23ce03b779ff (diff)
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
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_ooh323.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/chan_ooh323.h b/addons/chan_ooh323.h
index 89caaff63..1279a2246 100644
--- a/addons/chan_ooh323.h
+++ b/addons/chan_ooh323.h
@@ -38,7 +38,6 @@
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
-#include <sys/signal.h>
#include "asterisk/lock.h"
#include "asterisk/channel.h"