diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-02 15:02:35 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-02 15:02:35 +0000 |
commit | e11a5c3051365557594151d065904d4d79f8d47d (patch) | |
tree | eba104ce93efeb1214c65170ac2a5c70f1f75e05 | |
parent | 267c4e26d3d57584227561e64986be846e0c95f9 (diff) |
applied old patch that was missing an include...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12937 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/w32_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c index 69411ee056..fff28aebe4 100644 --- a/libvo/w32_common.c +++ b/libvo/w32_common.c @@ -3,6 +3,7 @@ #include "../osdep/keycodes.h" #include "../input/input.h" +#include "../input/mouse.h" #include "../mp_msg.h" #include "video_out.h" #include "aspect.h" |