git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1245cd4
)
modules/access/pvr/pvr.c : compile fix
author
Eric Petit
<titer@videolan.org>
Sat, 7 Jun 2003 03:45:38 +0000
(
03:45
+0000)
committer
Eric Petit
<titer@videolan.org>
Sat, 7 Jun 2003 03:45:38 +0000
(
03:45
+0000)
modules/access/pvr/pvr.c
patch
|
blob
|
history
diff --git
a/modules/access/pvr/pvr.c
b/modules/access/pvr/pvr.c
index
0f743ac
..
5db61b0
100644
(file)
--- a/
modules/access/pvr/pvr.c
+++ b/
modules/access/pvr/pvr.c
@@
-2,7
+2,7
@@
* pvr.c
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
- * $Id: pvr.c,v 1.
1 2003/06/04 21:41:47
titer Exp $
+ * $Id: pvr.c,v 1.
2 2003/06/07 03:45:38
titer Exp $
*
* Authors: Eric Petit <titer@videolan.org>
*
@@
-32,6
+32,7
@@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
+#include <errno.h>
#include <linux/types.h>
#include <sys/ioctl.h>
#include "videodev2.h"