diff options
Diffstat (limited to 'str.h')
-rw-r--r-- | str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/str.h b/str.h index bafec19..deac90d 100644 --- a/str.h +++ b/str.h @@ -25,7 +25,7 @@ void sreplace(string *str, size_t i, size_t n, strv_t with); string sfmt(const char *fmt, ...); string sdup(const char *); -#ifdef STDWRM_IMPL_STR +#ifdef STR_IMPL #include <stdarg.h> |