Increase the size of the 'message' buffer, which is currently
[sgt/tweak] / keytab.c
index 2943966..f146048 100644 (file)
--- a/keytab.c
+++ b/keytab.c
@@ -1,9 +1,10 @@
+#include "tweak.h"
+
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 
-#include "tweak.h"
-
 typedef union keytab keytab;
 
 union keytab {