Add crypt() declaration

This commit is contained in:
Hallvard Furuseth 1998-11-23 08:14:40 +00:00
parent a8efbbeef4
commit ee2a3e7871

View File

@ -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 */