summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-02-26 04:19:58 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-02-26 04:19:58 +0000
commita50d4990544f0ae9da2fc1f610aef75ead8d18d7 (patch)
tree630ca87652677d6b969e5b016a5fc932f1d950fd /tables
parent585a0d5f31172bfd16e3acb79345ef093c210e73 (diff)
downloadlibapr-a50d4990544f0ae9da2fc1f610aef75ead8d18d7.tar.gz
Fix typo.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tables/apr_hash.c b/tables/apr_hash.c
index 2940d6043..ecaf13d67 100644
--- a/tables/apr_hash.c
+++ b/tables/apr_hash.c
@@ -66,7 +66,7 @@
#if APR_HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#if APR_HAVE_STDLIB_H
+#if APR_HAVE_STRING_H
#include <string.h>
#endif