mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01: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:
parent
dcd0902bcd
commit
131125fe0e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user