diff options
Diffstat (limited to 'src/tests/tng_io_read_pos_util.c')
-rw-r--r-- | src/tests/tng_io_read_pos_util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/tng_io_read_pos_util.c b/src/tests/tng_io_read_pos_util.c index 0f81778..8d240e3 100644 --- a/src/tests/tng_io_read_pos_util.c +++ b/src/tests/tng_io_read_pos_util.c @@ -15,6 +15,10 @@ * of the License, or (at your option) any later version. */ +#ifdef USE_STD_INTTYPES_H +#include <inttypes.h> +#endif + #include <stdlib.h> #include <stdio.h> #include "tng_io.h" |