From d9a1d142589cb86b3f6668e0494239e24252dba6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 11 Jan 1996 18:04:43 +0000 Subject: [PATCH] fixed a typo --- tgetpass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.49.0