From 4c393eec307b23b896de9806a2acb7bafa4f7897 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 16 Aug 2003 23:37:25 +0000 Subject: Fix build with gcc 3.3. --- chinese/zhcon/files/patch-src::inputclient.h | 10 ++++++++++ chinese/zhcon/files/patch-src::mouse.cpp | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 chinese/zhcon/files/patch-src::inputclient.h create mode 100644 chinese/zhcon/files/patch-src::mouse.cpp (limited to 'chinese/zhcon') diff --git a/chinese/zhcon/files/patch-src::inputclient.h b/chinese/zhcon/files/patch-src::inputclient.h new file mode 100644 index 000000000000..df3d1107a125 --- /dev/null +++ b/chinese/zhcon/files/patch-src::inputclient.h @@ -0,0 +1,10 @@ +--- src/inputclient.h.orig Sat Aug 16 16:34:06 2003 ++++ src/inputclient.h Sat Aug 16 16:34:15 2003 +@@ -19,6 +19,7 @@ + #ifndef INPUTCLIENT_H + #define INPUTCLIENT_H + ++#include + #include + #include "console.h" + 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 + #include + + #if defined(__FreeBSD__) -- cgit v1.2.3