diff mem.c @ 628:51e8796fe8fc libavutil

C files should #include the header files of the same name.
author diego
date Sun, 25 Jan 2009 22:40:43 +0000
parents fb9c03d5c69c
children 097c9438d7f4
line wrap: on
line diff
--- a/mem.c	Sun Jan 25 22:05:26 2009 +0000
+++ b/mem.c	Sun Jan 25 22:40:43 2009 +0000
@@ -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 */