diff --git a/src/structures.h b/src/structures.h index d31e2e1..11eb9ab 100644 --- a/src/structures.h +++ b/src/structures.h @@ -16,7 +16,7 @@ #include #include #ifndef PRINTF_INT64_MODIFIER -#define PRINTF_INT64_MODIFIER "PRIu64" +#define PRINTF_INT64_MODIFIER "ll" #endif #ifdef __cplusplus extern "C" {