Use <crypt.h> if there is one.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@648 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-13 23:45:21 +00:00
parent d08627b782
commit 4125b5779f

View File

@@ -8,6 +8,9 @@ RCSID("$Id$");
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
#include "roken.h"
#if defined(__ultrix) || defined(sun)