diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/tng_io_read_pos.c | 4 | ||||
-rw-r--r-- | src/tests/tng_io_read_pos_util.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c index c1cec55..118ccef 100644 --- a/src/tests/tng_io_read_pos.c +++ b/src/tests/tng_io_read_pos.c @@ -13,6 +13,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" 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" |