From: Todd C. Miller Date: Tue, 20 Sep 1994 23:21:26 +0000 (+0000) Subject: added string.h/strings.h inclusion X-Git-Tag: SUDO_1_4_0~698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c91f8bb7c5fa33c0feb960f55ae25110ac3654e;p=sudo added string.h/strings.h inclusion --- diff --git a/tgetpass.c b/tgetpass.c index 9e4704240..0b0fcb3cc 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -33,6 +33,12 @@ #ifdef HAVE_UNISTD_H #include #endif /* HAVE_UNISTD_H */ +#ifdef HAVE_STRING_H +#include +#endif /* HAVE_STRING_H */ +#ifdef HAVE_STRINGS_H +#include +#endif /* HAVE_STRINGS_H */ #include #ifdef _AIX #include