diff log.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 0630410d4b3b
children 683a6dbdd2b2
line wrap: on
line diff
--- a/log.c	Sun Jan 25 22:05:26 2009 +0000
+++ b/log.c	Sun Jan 25 22:40:43 2009 +0000
@@ -25,6 +25,7 @@
  */
 
 #include "avutil.h"
+#include "log.h"
 
 int av_log_level = AV_LOG_INFO;