mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 08:37:48 -05:00
Including ac/ctype.h to get TOUPPER macro
This commit is contained in:
parent
b92bceed2a
commit
899357d702
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "portable.h"
|
||||
|
||||
#include <ldap_pvt_uc.h>
|
||||
#include <ac/ctype.h>
|
||||
|
||||
int ucstrncmp(
|
||||
const ldap_unicode_t *u1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue