diff --git a/include/ac/string.h b/include/ac/string.h index 09e2e31126..00c79d34a1 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -98,8 +98,8 @@ int (strncasecmp)(); #ifndef HAVE_MEMRCHR #undef memrchr #define memrchr lutil_memrchr -#endif /* ! HAVE_MEMRCHR */ void * memrchr(const void *b, int c, size_t len); +#endif /* ! HAVE_MEMRCHR */ #define STRLENOF(s) (sizeof(s)-1)