diff libmpcodecs/ae_lame.c @ 30554:321e9ea69b9f

#include corresponding .h files in .c files. This ensures that function declarations in both files always match.
author diego
date Tue, 16 Feb 2010 15:03:03 +0000
parents bbb6ebec87a0
children 4e59a7aebadb
line wrap: on
line diff
--- a/libmpcodecs/ae_lame.c	Tue Feb 16 14:52:59 2010 +0000
+++ b/libmpcodecs/ae_lame.c	Tue Feb 16 15:03:03 2010 +0000
@@ -29,6 +29,7 @@
 #include "stream/stream.h"
 #include "libmpdemux/muxer.h"
 #include "help_mp.h"
+#include "ae_lame.h"
 #include "ae_pcm.h"
 #include "libaf/af_format.h"
 #include "libmpdemux/mp3_hdr.h"