diff libmpdemux/demux_rtp_internal.h @ 32084:6332e41e13b3

Add required config.h #includes.
author diego
date Sat, 11 Sep 2010 22:24:16 +0000
parents c81fe45b1624
children 4614728cab25
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_internal.h	Sat Sep 11 22:20:35 2010 +0000
+++ b/libmpdemux/demux_rtp_internal.h	Sat Sep 11 22:24:16 2010 +0000
@@ -21,6 +21,8 @@
 
 #include <stdlib.h>
 
+#include "config.h"
+
 extern "C" {
 #include "demuxer.h"
 #ifdef CONFIG_LIBAVCODEC