diff libmpcodecs/ad_mpc.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 8fa2f43cb760
children
line wrap: on
line diff
--- a/libmpcodecs/ad_mpc.c	Wed Oct 26 15:12:25 2011 +0000
+++ b/libmpcodecs/ad_mpc.c	Wed Oct 26 15:12:35 2011 +0000
@@ -28,6 +28,7 @@
 #include <unistd.h>
 
 #include "config.h"
+#include "mp_msg.h"
 #include "ad_internal.h"
 #include "libaf/af_format.h"
 #include "libvo/fastmemcpy.h"