From 70766c21827c1dcd3dc0ae0181aa10fae832b398 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 15 Aug 2012 23:27:52 +0300 Subject: Add some more missing includes after removing the implicit common.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/network.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/network.c') 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__))) -- cgit v1.2.3