1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

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

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