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]
/
libavformat
/
rtsp.c
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
79fa4e1
..
d1f454d
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-24,6
+24,7
@@
#include <sys/time.h>
#include <unistd.h> /* for select() prototype */
+#include <strings.h>
#include "network.h"
#include "rtsp.h"