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

@@ -38,6 +38,9 @@
#ifdef HAVE_SYS_CAPABILITY_H
#include <sys/capability.h>
#endif
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
RCSID("$Id$");

View File

@@ -5,6 +5,10 @@
*/
#include <popper.h>
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
RCSID("$Id$");
#ifdef KRB4

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