From 958160a5338657e769c1954d1ffd3b7d90dc6c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 May 2005 07:35:04 +0000 Subject: [PATCH] Include . git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15120 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/login.c | 3 +++ appl/popper/pop_pass.c | 4 ++++ appl/su/su.c | 3 +++ 3 files changed, 10 insertions(+) diff --git a/appl/login/login.c b/appl/login/login.c index a78e9067a..3b6dfcf9c 100644 --- a/appl/login/login.c +++ b/appl/login/login.c @@ -38,6 +38,9 @@ #ifdef HAVE_SYS_CAPABILITY_H #include #endif +#ifdef HAVE_CRYPT_H +#include +#endif RCSID("$Id$"); diff --git a/appl/popper/pop_pass.c b/appl/popper/pop_pass.c index 4d0142b5d..d3bb25cfc 100644 --- a/appl/popper/pop_pass.c +++ b/appl/popper/pop_pass.c @@ -5,6 +5,10 @@ */ #include +#ifdef HAVE_CRYPT_H +#include +#endif + RCSID("$Id$"); #ifdef KRB4 diff --git a/appl/su/su.c b/appl/su/su.c index 112ebde6c..530869e06 100644 --- a/appl/su/su.c +++ b/appl/su/su.c @@ -49,6 +49,9 @@ RCSID("$Id$"); #endif #include +#ifdef HAVE_CRYPT_H +#include +#endif #include "crypto-headers.h" #ifdef KRB5