]> git.ipfire.org Git - thirdparty/asterisk.git/commit
codec_dahdi: Fix poll.h include. 97/4497/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:56:45 +0000 (12:56 +0000)
commit04ceef0e833cbfcc9576b1225d5a404cedf95f50
tree664b92c42d0373bb3862a345a80d6fd64ed120a0
parent40becc5c847cc8c527a82208883e1fc40ca4f3e4
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