diff --git a/src/helpers.h b/src/helpers.h index 4a63834..137bf06 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -19,6 +19,7 @@ // Standard library includes. #include +#include // Third-party includes. #include @@ -26,7 +27,7 @@ typedef struct C_SIMPLE_HTTP_String_Part { char *buf; size_t size; - size_t extra; + uintptr_t extra; } C_SIMPLE_HTTP_String_Part; void c_simple_http_cleanup_attr_string_part(C_SIMPLE_HTTP_String_Part **);