mirror of https://github.com/mpv-player/mpv
add potentially missing types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26841 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d1a59246f3
commit
e3755edad5
|
@ -3615,6 +3615,7 @@ echocheck "Apple IR"
|
|||
if test "$_apple_ir" = auto ; then
|
||||
_apple_ir=no
|
||||
cat > $TMPC <<EOF
|
||||
#include <linux/types.h>
|
||||
#include <linux/input.h>
|
||||
int main(void) {
|
||||
struct input_event ev;
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/input.h>
|
||||
|
||||
#include "mp_msg.h"
|
||||
|
|
Loading…
Reference in New Issue