diff options
Diffstat (limited to 'chinese/stardict/files/patch-src::trans.h')
-rw-r--r-- | chinese/stardict/files/patch-src::trans.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chinese/stardict/files/patch-src::trans.h b/chinese/stardict/files/patch-src::trans.h new file mode 100644 index 000000000000..911101b92a2c --- /dev/null +++ b/chinese/stardict/files/patch-src::trans.h @@ -0,0 +1,12 @@ +--- src/trans.h.orig Sun Dec 15 00:37:55 2002 ++++ src/trans.h Sun Dec 15 00:38:48 2002 +@@ -44,7 +44,7 @@ + #include <Xm/PushB.h> + #include <Xm/DrawnB.h> + #include <Xm/ArrowB.h> +-#include <strstream.h> +-#include <fstream.h> ++#include <sstream> ++#include <fstream> + + #include "regdef.h" |