diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-20 20:51:22 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-20 20:51:22 +0000 |
commit | e3755edad5ad65ad302f4698042dd76aec97c1c3 (patch) | |
tree | 56583a8680556f991ca0345259dac402b805c1a7 /configure | |
parent | d1a59246f3dc3d993dc8d56b0a6fe74eb2166fc8 (diff) |
add potentially missing types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26841 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |