diff --git a/strerror_override.h b/strerror_override.h index 15d8320..5c087f3 100644 --- a/strerror_override.h +++ b/strerror_override.h @@ -10,12 +10,12 @@ extern "C" { #endif +#include + JSON_EXPORT char *_json_c_strerror(int errno_in); #ifndef STRERROR_OVERRIDE_IMPL #define strerror _json_c_strerror -#else -#include #endif #ifdef __cplusplus