include <crypt.h>, From: Fredrik Ljungberg <flag@pobox.se>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13412 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-01 22:02:40 +00:00
parent c8fbd4db8a
commit 5ad3b9d8fb

View File

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