diff options
Diffstat (limited to 'japanese/cmigemo/files/patch-src_wordbuf.c')
-rw-r--r-- | japanese/cmigemo/files/patch-src_wordbuf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/cmigemo/files/patch-src_wordbuf.c b/japanese/cmigemo/files/patch-src_wordbuf.c new file mode 100644 index 000000000000..2d2b63349c8f --- /dev/null +++ b/japanese/cmigemo/files/patch-src_wordbuf.c @@ -0,0 +1,10 @@ +--- src/wordbuf.c.orig 2011-08-13 23:52:52.000000000 +0900 ++++ src/wordbuf.c 2011-08-13 23:53:22.000000000 +0900 +@@ -9,6 +9,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <limits.h> + #include "wordbuf.h" + + #define WORDLEN_DEF 64 |