]> git.ipfire.org Git - thirdparty/asterisk.git/commit
codec_dahdi: Fix poll.h include. 66/4466/1
authorTimo Teräs <timo.teras@iki.fi>
Thu, 17 Nov 2016 14:25:41 +0000 (16:25 +0200)
committerTimo Teräs <timo.teras@iki.fi>
Thu, 17 Nov 2016 14:26:21 +0000 (16:26 +0200)
commit349e08cb482cb99df7f14a3f0c06756f5eb55828
tree848567f00f40d5fad2f5710c960e8e0883afdccb
parented143a3b7c7b02fb113f9ce817a02c541b540aa9
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