# HG changeset patch # User reimar # Date 1229679799 0 # Node ID 94bc143e3f8079d6398b7e2677a4e807a9d3ecf9 # Parent accb3cf340c27e8d54904abec2ce614b2c7a5f82 Include config.h in mangle.h, fixes make checkheaders. diff -r accb3cf340c2 -r 94bc143e3f80 mangle.h --- 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