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