Skip to content

Instantly share code, notes, and snippets.

@ywatase
Created July 31, 2012 06:42
Show Gist options
  • Save ywatase/3214299 to your computer and use it in GitHub Desktop.
Save ywatase/3214299 to your computer and use it in GitHub Desktop.
--- 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