summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-25 22:40:43 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-25 22:40:43 +0000
commit77652a6aaff5c06267803f3770f8a613c7252171 (patch)
tree76230d836ce5e7d5ebb6a760ea73a0fd9d868bdc /libavutil/mem.c
parent14a8acf108d24de2794229f755773c2b7459ba67 (diff)
C files should #include the header files of the same name.
Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 */