Patch from Richard Boulton for large-file support. Works by using
[sgt/tweak] / slang.c
diff --git a/slang.c b/slang.c
index 3a0d24b..172c5db 100644 (file)
--- a/slang.c
+++ b/slang.c
@@ -1,3 +1,5 @@
+#include "tweak.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -11,8 +13,6 @@
 
 #include <slang.h>
 
-#include "tweak.h"
-
 #if defined(unix) && !defined(GO32)
 static int sigwinch (int sigtype)
 {