Patch from Richard Boulton for large-file support. Works by using
[sgt/tweak] / rcfile.c
index 68469b6..707fc5a 100644 (file)
--- a/rcfile.c
+++ b/rcfile.c
@@ -1,10 +1,10 @@
+#include "tweak.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 
-#include "tweak.h"
-
 #if defined(unix) && !defined(GO32)
 #define RCNAME ".tweakrc"
 #elif defined(MSDOS)