]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/dv1394.c
Split codec-regression.sh, put all the code which can be shared by
[ffmpeg] / libavdevice / dv1394.c
index 56e61223e6724330ea27a10e86b18e06ee103260..a55fa97cefa56177e6b75d03282446b031f105bf 100644 (file)
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <poll.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
-#include <sys/poll.h>
 #include <sys/time.h>
 #include <time.h>
+#include <strings.h>
 
 #include "libavformat/avformat.h"