diff --git a/strerror_override.h b/strerror_override.h index 9b8d70a..15d8320 100644 --- a/strerror_override.h +++ b/strerror_override.h @@ -14,6 +14,8 @@ JSON_EXPORT char *_json_c_strerror(int errno_in); #ifndef STRERROR_OVERRIDE_IMPL #define strerror _json_c_strerror +#else +#include #endif #ifdef __cplusplus