From 3f814f08339ccdebe58900109101a1ca565a1246 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 21 Dec 2000 14:51:34 +0000 Subject: Cleanup a group of apr compil warnings on Solaris Submitted by: Dale Ghent git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60978 13f79535-47bb-0310-9956-ffa450edef68 --- passwd/apr_getpass.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'passwd') diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c index c0a716c5f..9a7c5d5b4 100644 --- a/passwd/apr_getpass.c +++ b/passwd/apr_getpass.c @@ -73,6 +73,9 @@ #if HAVE_STDLIB_H #include #endif +#ifdef HAVE_STRINGS_H +#include +#endif #if defined(HAVE_TERMIOS_H) && !defined(HAVE_GETPASS) #include -- cgit v1.2.1