mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Add crypt() declaration
This commit is contained in:
parent
a8efbbeef4
commit
ee2a3e7871
@ -14,6 +14,8 @@
|
||||
/* crypt() may be defined in a separate include file */
|
||||
#if HAVE_CRYPT_H
|
||||
# include <crypt.h>
|
||||
#else
|
||||
extern char *crypt();
|
||||
#endif
|
||||
|
||||
/* getopt() defines may be in separate include file */
|
||||
|
Loading…
Reference in New Issue
Block a user