From e1de3c13c605cbc3fd2589ca5517ad81657b3c19 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Wed, 1 Jul 2015 08:04:51 -0700 Subject: [PATCH] POSIX: added required header file for PRId64 Signed-off-by: Mark Charlebois --- src/systemcmds/tests/test_int.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/systemcmds/tests/test_int.c b/src/systemcmds/tests/test_int.c index f19eff3d84..01092aa2d4 100644 --- a/src/systemcmds/tests/test_int.c +++ b/src/systemcmds/tests/test_int.c @@ -36,6 +36,9 @@ * Included Files ****************************************************************************/ +#define __STDC_FORMAT_MACROS +#include + #include #include