summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authoraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-11-22 17:51:27 +0000
committeraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-11-22 17:51:27 +0000
commitf7c3e914cbb2284ef5aa822461149eee5fb5af39 (patch)
tree570d56b3dd59d7b8a2da721d33e62811a1e14b79 /mmap
parenta2a969c292999b59d295c72eb3ae5e0101316f42 (diff)
downloadlibapr-f7c3e914cbb2284ef5aa822461149eee5fb5af39.tar.gz
Fix a compiler warning from an undeclared function.
Submitted by: Joe Orton <joe@manyfish.co.uk> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/mmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c
index 1f915bdb5..147317cc6 100644
--- a/mmap/unix/mmap.c
+++ b/mmap/unix/mmap.c
@@ -55,6 +55,7 @@
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"
+#include "apr_strings.h"
#include "apr_mmap.h"
#include "apr_errno.h"
#include "fileio.h"