summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/mem.c')
-rw-r--r--libavutil/mem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/mem.c b/libavutil/mem.c
index 45cd986ee1..5413010680 100644
--- a/libavutil/mem.c
+++ b/libavutil/mem.c
@@ -33,6 +33,8 @@
#include <malloc.h>
#endif
+#include "mem.h"
+
/* you can redefine av_malloc and av_free in your project to use your
memory allocator. You do not need to suppress this file because the
linker will do it automatically */