lavd/iec61883: Fix the include path for poll.h.

This commit is contained in:
Carl Eugen Hoyos 2019-01-16 00:13:49 +01:00
parent 06f65a17a3
commit 70c68e654d

View File

@ -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>