diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-19 05:41:39 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-19 05:41:39 +0000 |
commit | 2d6557d9e30d1b914e658680b2a9b0c0edf82cb1 (patch) | |
tree | b28135b9a1ae75bb88bb483780a1fbb9d7eddcbb /chinese | |
parent | b8a4fa151eb1c057f66b87dee0decd4c85d4461c (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/zhcon/files/patch-src::global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::global.h b/chinese/zhcon/files/patch-src::global.h new file mode 100644 index 000000000000..9f49708c4a44 --- /dev/null +++ b/chinese/zhcon/files/patch-src::global.h @@ -0,0 +1,11 @@ +--- src/global.h.orig Thu Aug 7 12:54:31 2003 ++++ src/global.h Thu Aug 7 12:54:46 2003 +@@ -26,7 +26,7 @@ + //#endif + #define _(String) gettext (String) + #define gettext_noop(String) (String) +- ++#include <assert.h> + #include "graphdev.h" + #include "hzdecoder.h" + //class Console; |