Include config.h in mangle.h, fixes make checkheaders.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28163 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-12-19 09:43:19 +00:00
parent b8830753f1
commit e8b2345562
1 changed files with 2 additions and 0 deletions

View File

@ -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