From: Todd C. Miller Date: Tue, 21 Nov 1995 03:59:02 +0000 (+0000) Subject: now includes skey.h X-Git-Tag: SUDO_1_4_0~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b60cb8ec7620721058d77bded4bf164d5bfd192a;p=sudo now includes skey.h --- diff --git a/check.c b/check.c index 973cd4650..37d06f9c6 100644 --- a/check.c +++ b/check.c @@ -83,6 +83,9 @@ static char rcsid[] = "$Id$"; # include # include #endif /* HAVE_SECURID */ +#ifdef HAVE_SKEY +# include +#endif /* HAVE_SKEY */ #ifdef HAVE_UTIME # ifdef HAVE_UTIME_H # include