diff options
-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; |