diff options
Diffstat (limited to 'src/tests/tng_io_read_pos.c')
-rw-r--r-- | src/tests/tng_io_read_pos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c index b29cec7..8e3d266 100644 --- a/src/tests/tng_io_read_pos.c +++ b/src/tests/tng_io_read_pos.c @@ -9,13 +9,14 @@ * modify it under the terms of the Revised BSD License. */ +#include "tng/tng_io.h" + #ifdef USE_STD_INTTYPES_H #include <inttypes.h> #endif #include <stdlib.h> #include <stdio.h> -#include "tng/tng_io.h" int main(int argc, char **argv) { |