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

pull/306/head
Carl Eugen Hoyos 6 years ago
parent 06f65a17a3
commit 70c68e654d
  1. 2
      libavdevice/iec61883.c

@ -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…
Cancel
Save