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:
c796407
)
include errno.h (for non debug builds)
author
Antoine Cellerier
<dionoea@videolan.org>
Wed, 30 Mar 2005 17:43:17 +0000
(17:43 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Wed, 30 Mar 2005 17:43:17 +0000
(17:43 +0000)
modules/access_filter/timeshift.c
patch
|
blob
|
history
diff --git
a/modules/access_filter/timeshift.c
b/modules/access_filter/timeshift.c
index
19f1d63
..
2aabe7b
100755
(executable)
--- a/
modules/access_filter/timeshift.c
+++ b/
modules/access_filter/timeshift.c
@@
-26,6
+26,8
@@
*****************************************************************************/
#include <stdlib.h>
+#include <errno.h>
+
#include <vlc/vlc.h>
#include <vlc/input.h>
#include <unistd.h>