Include <crypt.h>.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15120 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-11 07:35:04 +00:00
parent c4ec6e6212
commit 958160a533
3 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ RCSID("$Id$");
#endif
#include <pwd.h>
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
#include "crypto-headers.h"
#ifdef KRB5