Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-16 00:27:52 +0400
committerMartin Storsjö <martin@martin.st>2012-08-16 00:48:48 +0400
commit70766c21827c1dcd3dc0ae0181aa10fae832b398 (patch)
tree0adbb48a55eebb6da2800739982f22141dffe869 /libavformat
parent1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (diff)
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.c1
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__)))