summaryrefslogtreecommitdiff
path: root/passwd
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-01-28 08:18:32 +0000
committerRoy T. Fielding <fielding@apache.org>2001-01-28 08:18:32 +0000
commit5054f3e1af244f66adecd64529e5e33f5e85243d (patch)
tree56ff043f45f12a0a25a84ab85ac385ca6810e78c /passwd
parent3c2d61a8c683919051c4d26ab2a9d373b258578b (diff)
downloadapr-5054f3e1af244f66adecd64529e5e33f5e85243d.tar.gz
Eliminate some missing prototype warnings.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61145 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 bfb6457e4..92d849b17 100644
--- a/passwd/apr_getpass.c
+++ b/passwd/apr_getpass.c
@@ -73,6 +73,9 @@
#if HAVE_STDLIB_H
#include <stdlib.h>
#endif
+#if APR_HAVE_STRING_H
+#include <string.h>
+#endif
#if APR_HAVE_STRINGS_H
#include <strings.h>
#endif