Browse Source

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

tags/n4.2
Carl Eugen Hoyos 6 years ago
parent
commit
70c68e654d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/iec61883.c

+ 1
- 1
libavdevice/iec61883.c View File

@@ -23,7 +23,7 @@
* libiec61883 interface * libiec61883 interface
*/ */


#include <sys/poll.h>
#include <poll.h>
#include <libraw1394/raw1394.h> #include <libraw1394/raw1394.h>
#include <libavc1394/avc1394.h> #include <libavc1394/avc1394.h>
#include <libavc1394/rom1394.h> #include <libavc1394/rom1394.h>


Loading…
Cancel
Save