git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move #include where it belongs.
[ffmpeg.git]
/
libavutil
/
avstring.c
diff --git
a/libavutil/avstring.c
b/libavutil/avstring.c
index
b77b160
..
02af970
100644
(file)
--- a/
libavutil/avstring.c
+++ b/
libavutil/avstring.c
@@
-24,6
+24,7
@@
#include <string.h>
#include <ctype.h>
#include "avstring.h"
+#include "mem.h"
int av_strstart(const char *str, const char *pfx, const char **ptr)
{