diff --git a/include/ac/string.h b/include/ac/string.h index 2e8472d37f..3a17c7c4d8 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -65,7 +65,8 @@ extern char *ldap_pvt_strdup( const char * s ); * some systems fail to declare strcasecmp() and strncasecmp() * we need them declared so we can obtain pointers to them */ -extern int strcasecmp(), strncasecmp(); +extern int (strcasecmp)(); +extern int (strncasecmp)(); #ifndef SAFEMEMCPY # if defined( HAVE_MEMMOVE )