From: Todd C. Miller Date: Thu, 11 Jan 1996 18:04:43 +0000 (+0000) Subject: fixed a typo X-Git-Tag: SUDO_1_4_0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9a1d142589cb86b3f6668e0494239e24252dba6;p=sudo fixed a typo --- diff --git a/tgetpass.c b/tgetpass.c index b75bf832f..6516fe659 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -44,9 +44,9 @@ static char rcsid[] = "$Id$"; #endif /* HAVE_STRINGS_H */ #include #include -#ifdef HAVE_SYS_BSDTYPES +#ifdef HAVE_SYS_BSDTYPES_H #include -#endif /* HAVE_SYS_BSDTYPES */ +#endif /* HAVE_SYS_BSDTYPES_H */ #ifdef _AIX #include #endif /* _AIX */