Patch from Richard Boulton for large-file support. Works by using
[sgt/tweak] / search.c
index f99de2d..eb35e38 100644 (file)
--- a/search.c
+++ b/search.c
@@ -1,9 +1,9 @@
+#include "tweak.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "tweak.h"
-
 static DFA build_dfa (char *pattern, int len)
 {
     int i, j, k, b;