changeset 29084:88512570a249

Add config.h #include, necessary for HAVE_MALLOC_H check.
author diego
date Wed, 01 Apr 2009 16:28:25 +0000
parents f95c76d10473
children 07d177c306ce
files libmpdemux/parse_mp4.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.c	Wed Apr 01 16:27:03 2009 +0000
+++ b/libmpdemux/parse_mp4.c	Wed Apr 01 16:28:25 2009 +0000
@@ -21,6 +21,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "config.h"
 #include <stdio.h>
 #include <inttypes.h>
 #if HAVE_MALLOC_H