mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Add crypt() declaration
This commit is contained in:
parent
a8efbbeef4
commit
ee2a3e7871
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue