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ö --- libavutil/file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/file.c') diff --git a/libavutil/file.c b/libavutil/file.c index 0739641820..41bd0ddf58 100644 --- a/libavutil/file.c +++ b/libavutil/file.c @@ -19,6 +19,7 @@ #include "config.h" #include "file.h" #include "log.h" +#include "mem.h" #include #include #if HAVE_UNISTD_H -- cgit v1.2.3