X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/tweak/blobdiff_plain/a63728c704b14d40a3229f66dbf0088fbe5d95af..HEAD:/search.c diff --git a/search.c b/search.c index f99de2d..eb35e38 100644 --- a/search.c +++ b/search.c @@ -1,9 +1,9 @@ +#include "tweak.h" + #include #include #include -#include "tweak.h" - static DFA build_dfa (char *pattern, int len) { int i, j, k, b;