diff options
Diffstat (limited to 'include/inspstring.h')
-rw-r--r-- | include/inspstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspstring.h b/include/inspstring.h index f13f098dd..54264a3eb 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -3,7 +3,7 @@ #include "inspircd_config.h" -#ifndef HAVE_STRLCPY +#ifndef HAS_STRLCPY size_t strlcpy(char *dst, const char *src, size_t siz); size_t strlcat(char *dst, const char *src, size_t siz); #endif |