diff options
Diffstat (limited to 'chinese/zhcon/files/patch-src::mouse.cpp')
-rw-r--r-- | chinese/zhcon/files/patch-src::mouse.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::mouse.cpp b/chinese/zhcon/files/patch-src::mouse.cpp new file mode 100644 index 000000000000..7b39f069ab8c --- /dev/null +++ b/chinese/zhcon/files/patch-src::mouse.cpp @@ -0,0 +1,10 @@ +--- src/mouse.cpp.orig Sat Aug 16 16:36:28 2003 ++++ src/mouse.cpp Sat Aug 16 16:36:39 2003 +@@ -18,6 +18,7 @@ + + #include "debug.h" + #include "mouse.h" ++#include <cassert> + #include <sys/signal.h> + + #if defined(__FreeBSD__) |