diff --git a/include/ac/assert.h b/include/ac/assert.h index 82345c7da7..6222ef576e 100644 --- a/include/ac/assert.h +++ b/include/ac/assert.h @@ -31,7 +31,7 @@ */ LDAP_F(void) ber_pvt_assert LDAP_P(( - char* file, int line, char* test)); + LDAP_CONST char *file, int line, LDAP_CONST char *test)); /* Can't use LDAP_STRING(test), that'd expand to "test" */ #if defined(__STDC__) || defined(__cplusplus)