diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-15 23:27:52 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 23:48:48 +0300 |
commit | 70766c21827c1dcd3dc0ae0181aa10fae832b398 (patch) | |
tree | 0adbb48a55eebb6da2800739982f22141dffe869 /libavformat | |
parent | 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (diff) | |
download | ffmpeg-70766c21827c1dcd3dc0ae0181aa10fae832b398.tar.gz |
Add some more missing includes after removing the implicit common.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/network.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/network.c b/libavformat/network.c index c2f7a9b0de..5b2b958c83 100644 --- a/libavformat/network.c +++ b/libavformat/network.c @@ -20,6 +20,7 @@ #include "network.h" #include "libavcodec/internal.h" +#include "libavutil/mem.h" #define THREADS (HAVE_PTHREADS || (defined(WIN32) && !defined(__MINGW32CE__))) |