mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
NEEDS_PROTOTYPE fix
This commit is contained in:
parent
3532ba04b2
commit
52569170cc
@ -725,9 +725,9 @@ typedef signed int ssize_t;
|
|||||||
|
|
||||||
/* begin of postamble */
|
/* begin of postamble */
|
||||||
|
|
||||||
#ifndef __NEED_PROTOTYPES
|
#ifndef LDAP_NEED_PROTOTYPES
|
||||||
/* force LDAP_P to always include prototypes */
|
/* force LDAP_P to always include prototypes */
|
||||||
#define __NEED_PROTOTYPES 1
|
#define LDAP_NEED_PROTOTYPES 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STDDEF_H
|
#ifdef HAVE_STDDEF_H
|
||||||
|
Loading…
Reference in New Issue
Block a user