diff libvo/gl_common.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 fe03e0d5c7d0
children f8c523d09e5e
line wrap: on
line diff
--- a/libvo/gl_common.c	Wed Oct 26 15:12:25 2011 +0000
+++ b/libvo/gl_common.c	Wed Oct 26 15:12:35 2011 +0000
@@ -37,6 +37,8 @@
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
+
+#include "mp_msg.h"
 #include "gl_common.h"
 #include "csputils.h"
 #include "aspect.h"