From 4cff340de2d7dfa7e14e137a2f71baa77a1ee18d Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 17 Oct 2013 15:57:05 +0200 Subject: Include inttypes.h 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 +#endif + #include #include #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 +#endif + #include #include #include "tng_io.h" -- cgit v0.10.1