Skip to content

Instantly share code, notes, and snippets.

@tlync
Created August 5, 2012 08:03
Show Gist options
  • Save tlync/3262777 to your computer and use it in GitHub Desktop.
Save tlync/3262777 to your computer and use it in GitHub Desktop.
--- a/src/wordbuf.c 2011-08-15 02:57:05.000000000 +0900
+++ b/src/wordbuf.c 2011-08-15 02:57:17.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