]> git.ipfire.org Git - thirdparty/asterisk.git/commit
codec_dahdi: Fix poll.h include. 98/4498/1
authorTimo Teräs <timo.teras@iki.fi>
Thu, 17 Nov 2016 14:25:41 +0000 (16:25 +0200)
committerJoshua Colp <jcolp@digium.com>
Mon, 28 Nov 2016 12:57:12 +0000 (07:57 -0500)
commita1fa9090337aeb14cc5e86cd7d212d35cc95b37a
tree3fcd79960b05a8e15bd1c88e108ffc3cffa11410
parent5027b0d5e631e22616cb4545ee4369b3dcab03cf
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