diff options
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,6 @@ #include <config.h> -#include "dfa.h" - #include <assert.h> #include <ctype.h> #include <stdio.h> @@ -45,6 +43,8 @@ #include "missing_d/gawkbool.h" #endif /* HAVE_STDBOOL_H */ +#include "dfa.h" + #define STREQ(a, b) (strcmp (a, b) == 0) |