summaryrefslogtreecommitdiff
path: root/passwd
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-21 14:51:34 +0000
committerRyan Bloom <rbb@apache.org>2000-12-21 14:51:34 +0000
commit3f814f08339ccdebe58900109101a1ca565a1246 (patch)
tree9efd5d27bf885c9d6ee76e3b559ab51ca8c9e670 /passwd
parent3f5f96c14b2b81fe2b46acc3e06ead77f760e027 (diff)
downloadapr-3f814f08339ccdebe58900109101a1ca565a1246.tar.gz
Cleanup a group of apr compil warnings on Solaris
Submitted by: Dale Ghent <daleg@elemental.org> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'passwd')
-rw-r--r--passwd/apr_getpass.c3
1 files changed, 3 insertions, 0 deletions
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 <stdlib.h>
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#if defined(HAVE_TERMIOS_H) && !defined(HAVE_GETPASS)
#include <termios.h>