mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 07:12:39 +00: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:
parent
b8830753f1
commit
e8b2345562
2
mangle.h
2
mangle.h
@ -23,6 +23,8 @@
|
|||||||
#ifndef MPLAYER_MANGLE_H
|
#ifndef MPLAYER_MANGLE_H
|
||||||
#define MPLAYER_MANGLE_H
|
#define MPLAYER_MANGLE_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
|
#if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
|
||||||
#define attribute_used __attribute__((used))
|
#define attribute_used __attribute__((used))
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user