diff stream/pnm.c @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 780f64c1ac7e
children 7505733df2b4
line wrap: on
line diff
--- a/stream/pnm.c	Wed Oct 26 15:12:25 2011 +0000
+++ b/stream/pnm.c	Wed Oct 26 15:12:35 2011 +0000
@@ -44,7 +44,7 @@
 #endif
 
 #include "libavutil/intreadwrite.h"
-
+#include "mp_msg.h"
 #include "stream.h"
 #include "libmpdemux/demuxer.h"
 #include "help_mp.h"