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:
a1204db
)
Missing #include <errno.h>
author
Pierre Ynard
<linkfanel@yahoo.fr>
Sat, 12 Sep 2009 19:12:08 +0000
(21:12 +0200)
committer
Pierre Ynard
<linkfanel@yahoo.fr>
Sat, 12 Sep 2009 19:12:08 +0000
(21:12 +0200)
modules/access/v4l.c
patch
|
blob
|
history
diff --git
a/modules/access/v4l.c
b/modules/access/v4l.c
index
f06d4f2
..
bc89025
100644
(file)
--- a/
modules/access/v4l.c
+++ b/
modules/access/v4l.c
@@
-43,6
+43,7
@@
#include <sys/mman.h>
#include <fcntl.h>
#include <arpa/inet.h>
+#include <errno.h>
/* From GStreamer's v4l plugin:
* Because of some really cool feature in video4linux1, also known as