diff options
Diffstat (limited to 'test/strindex_test.c')
-rw-r--r-- | test/strindex_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/strindex_test.c b/test/strindex_test.c index b36f632..f8a5424 100644 --- a/test/strindex_test.c +++ b/test/strindex_test.c @@ -14,12 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/strindex.h" + #include <stdarg.h> #include <stdio.h> #include <string.h> -#include "zix/strindex.h" - static int test_fail(const char* fmt, ...) { |