diff --git a/hashset/src/main.c b/hashset/src/main.c index 8a28bf8..dce6e31 100644 --- a/hashset/src/main.c +++ b/hashset/src/main.c @@ -6,6 +6,7 @@ #include #include +#include #include #include #include @@ -293,7 +294,7 @@ static int test_function_3(hash_set_t *const hash_set) else { PRINT_SET_INFO(3); - printf("Collision detected! [%016llX]\n", rnd); + printf("Collision detected! [%016" PRIx64 "]\n", rnd); break; } }