summaryrefslogtreecommitdiff
path: root/passwd
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 08:18:32 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 08:18:32 +0000
commit46e269f6f3ad997c688cb0fde7919db221347a81 (patch)
tree56ff043f45f12a0a25a84ab85ac385ca6810e78c /passwd
parentbe842ee4927940879b6ef9841080d3c529d49eca (diff)
downloadlibapr-46e269f6f3ad997c688cb0fde7919db221347a81.tar.gz
Eliminate some missing prototype warnings.
git-svn-id: http://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