From 1c91f8bb7c5fa33c0feb960f55ae25110ac3654e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 20 Sep 1994 23:21:26 +0000 Subject: [PATCH] added string.h/strings.h inclusion --- tgetpass.c | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.50.1