diff options
-rw-r--r-- | src/w32inevt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index 99e3ead3ae3..d060b57561f 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -29,7 +29,12 @@ Boston, MA 02111-1307, USA. #include <stdio.h> #include <windows.h> +#ifndef MOUSE_MOVED +#define MOUSE_MOVED 1 +#endif + #include "lisp.h" +#include "keyboard.h" #include "frame.h" #include "blockinput.h" #include "termhooks.h" |