mirror of https://git.ffmpeg.org/ffmpeg.git
lavd/iec61883: Fix the include path for poll.h.
This commit is contained in:
parent
06f65a17a3
commit
70c68e654d
|
@ -23,7 +23,7 @@
|
|||
* libiec61883 interface
|
||||
*/
|
||||
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#include <libraw1394/raw1394.h>
|
||||
#include <libavc1394/avc1394.h>
|
||||
#include <libavc1394/rom1394.h>
|
||||
|
|
Loading…
Reference in New Issue