summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-12-08 14:23:43 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-12-08 14:23:43 +0000
commit335d7eaf32502909f106b6e85e5dcb47ed60fd26 (patch)
tree6de5fe54e7f02224bd6632bc33ef4aaeb39c945a /src
parent260596a5dd68e6c4b6b265b3afc0fea75b48030f (diff)
downloadxine-lib-335d7eaf32502909f106b6e85e5dcb47ed60fd26.tar.gz
xine-lib-335d7eaf32502909f106b6e85e5dcb47ed60fd26.tar.bz2
people complained about missing timeval
CVS patchset: 5874 CVS date: 2003/12/08 14:23:43
Diffstat (limited to 'src')
-rw-r--r--src/input/videodev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/videodev2.h b/src/input/videodev2.h
index 1812fb9b6..2977ca15d 100644
--- a/src/input/videodev2.h
+++ b/src/input/videodev2.h
@@ -13,7 +13,7 @@
* Justin Schoeman
* et al.
*/
-/* #include <linux/time.h> */ /* need struct timeval */
+#include <sys/time.h> /* need struct timeval */
#include <asm/types.h>
/*