Patch from Richard Boulton for large-file support. Works by using
[sgt/tweak] / keytab.c
index 9113cd7..f146048 100644 (file)
--- a/keytab.c
+++ b/keytab.c
@@ -1,10 +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 {