summaryrefslogtreecommitdiff
path: root/libavutil/file.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-15 23:27:52 +0300
committerMartin Storsjö <martin@martin.st>2012-08-15 23:48:48 +0300
commit70766c21827c1dcd3dc0ae0181aa10fae832b398 (patch)
tree0adbb48a55eebb6da2800739982f22141dffe869 /libavutil/file.c
parent1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (diff)
Add some more missing includes after removing the implicit common.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/file.c')
-rw-r--r--libavutil/file.c1
1 files changed, 1 insertions, 0 deletions
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 <fcntl.h>
#include <sys/stat.h>
#if HAVE_UNISTD_H