This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -c -r vice-2.2.orig/src/arch/sdl/mousedrv.c vice-2.2/src/arch/sdl/mousedrv.c | |
| *** vice-2.2.orig/src/arch/sdl/mousedrv.c Mon Sep 21 18:36:09 2009 | |
| --- vice-2.2/src/arch/sdl/mousedrv.c Mon Nov 28 02:10:10 2011 | |
| *************** | |
| *** 31,41 **** | |
| --- 31,45 ---- | |
| #include <SDL/SDL.h> | |
| + #include "cmdline.h" |
NewerOlder