blob: f9a5fb1e5fea89544be8dc4e5832fc90ade11566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/libdv/enc_input.c
+++ b/libdv/enc_input.c
@@ -50,13 +50,13 @@
#define _DEVICE_H_
#define _LINUX_TIME_H
#include <sys/types.h>
-#include <linux/videodev.h>
#include <sys/time.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
+#include <linux/videodev.h>
#endif
// #define ARCH_X86 0
|