mirror of https://github.com/mpv-player/mpv
Add missing header #include to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26214 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d4ac911f0f
commit
62ac9600ba
|
@ -1,6 +1,8 @@
|
|||
#ifndef MPLAYER_CONTROL_H
|
||||
#define MPLAYER_CONTROL_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/*********************************************
|
||||
// Control info struct.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue