From a1fa9090337aeb14cc5e86cd7d212d35cc95b37a Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 17 Nov 2016 16:25:41 +0200 Subject: codec_dahdi: Fix poll.h include. POSIX defines poll.h. sys/poll.h should not be used as it is c-library internal header which may or may not exist. Notably in musl including sys/poll.h generates warning of being incorrect. Change-Id: Ib318c1c7142a737bcf3caa4d8d72560bebe39252 --- codecs/codec_dahdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs') diff --git a/codecs/codec_dahdi.c b/codecs/codec_dahdi.c index 8832bc317..f207b6486 100644 --- a/codecs/codec_dahdi.c +++ b/codecs/codec_dahdi.c @@ -36,11 +36,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +#include #include #include #include #include -#include #include #include "asterisk/lock.h" -- cgit v1.2.3