From 39b69ab5373222812d4e981b27681cd0925fed73 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Fri, 3 Jun 2016 08:57:02 +0300 Subject: 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 --- channels/chan_dahdi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'channels/chan_dahdi.c') diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 2d923433c..e4b7c0ee8 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -58,10 +58,8 @@ ASTERISK_REGISTER_FILE() #if defined(__NetBSD__) || defined(__FreeBSD__) #include -#include -#else -#include #endif +#include #include #include -- cgit v1.2.3