changeset 28128:94bc143e3f80

Include config.h in mangle.h, fixes make checkheaders.
author reimar
date Fri, 19 Dec 2008 09:43:19 +0000
parents accb3cf340c2
children e9e41961f16e
files mangle.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mangle.h	Wed Dec 17 20:54:25 2008 +0000
+++ b/mangle.h	Fri Dec 19 09:43:19 2008 +0000
@@ -23,6 +23,8 @@
 #ifndef MPLAYER_MANGLE_H
 #define MPLAYER_MANGLE_H
 
+#include "config.h"
+
 #if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
 #define attribute_used __attribute__((used))
 #else