mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Fix includes for EBCDIC
This commit is contained in:
parent
676984e8d3
commit
a3b73b50ce
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#include <stdio.h>
|
||||
#include <ac/stdarg.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/ctype.h>
|
||||
#include <lutil.h>
|
||||
|
||||
#if !defined(HAVE_VSNPRINTF) && !defined(HAVE_EBCDIC)
|
||||
/* Write at most n characters to the buffer in str, return the
|
||||
|
|
|
|||
Loading…
Reference in a new issue