Created
July 31, 2012 06:42
-
-
Save ywatase/3214299 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- src/wordbuf.c.orig 2012-07-31 15:24:23.000000000 +0900 | |
+++ src/wordbuf.c 2012-07-31 15:24:38.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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment