diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/torint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/torint.h b/src/common/torint.h index 7bebb1009..75e45239c 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -33,6 +33,9 @@ #include <machine/limits.h> #endif #endif +#ifdef HAVE_INTTYPES_H +#include <inttypes.h> +#endif #if (SIZEOF_INT8_T != 0) #define HAVE_INT8_T |