git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
strcasecmp() requires #include <strings.h>
[ffmpeg.git]
/
libavdevice
/
v4l.c
diff --git
a/libavdevice/v4l.c
b/libavdevice/v4l.c
index
de5080c
..
03694e8
100644
(file)
--- a/
libavdevice/v4l.c
+++ b/
libavdevice/v4l.c
@@
-30,6
+30,7
@@
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
+#include <strings.h>
typedef struct {
int fd;