mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
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
1
configure
vendored
1
configure
vendored
@ -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
Block a user