diff Plugins/Input/wma/libffwma/parser.c @ 255:ad1e65c6a854 trunk

[svn] Create some proper headers and include them. No more implicit declarations.
author chainsaw
date Sun, 04 Dec 2005 07:37:06 -0800
parents 0bea7509d6ba
children f12d7e208b43
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/parser.c	Sun Dec 04 06:48:27 2005 -0800
+++ b/Plugins/Input/wma/libffwma/parser.c	Sun Dec 04 07:37:06 2005 -0800
@@ -18,6 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avcodec.h"
+#include "utils.h"
 
 AVCodecParser *av_first_parser = NULL;