1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

Add missing #includes to fix 'make checkheaders'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27093 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-17 08:44:03 +00:00
parent dcd0902bcd
commit 131125fe0e

View File

@ -1,7 +1,10 @@
#ifndef MPLAYER_CFG_COMMON_H
#define MPLAYER_CFG_COMMON_H
#include <sys/types.h>
#include "config.h"
#include "m_config.h"
#include "m_option.h"
extern char *mp_msg_charset;
extern int mp_msg_color;