blob: cd3c88e5c4f305091db32bf95a07adf876b6b1a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- SDL_v4l.h.orig 2004-01-30 04:14:33.285992128 -0500
+++ SDL_v4l.h 2004-01-30 04:14:39.870991056 -0500
@@ -21,6 +21,7 @@
#include "SDL.h"
#include "SDL_v4l_filters.h"
+#define _LINUX_TIME_H
#include <linux/videodev.h>
#include "input.h"
--- webcam.cpp.orig 2004-01-30 04:14:52.689042416 -0500
+++ webcam.cpp 2004-01-30 04:15:01.355724880 -0500
@@ -25,6 +25,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#define _LINUX_TIME_H
#include <linux/videodev.h>
#include <sys/ioctl.h>
|