summaryrefslogtreecommitdiff
path: root/mmap/unix
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2001-11-22 17:51:27 +0000
committerAaron Bannert <aaron@apache.org>2001-11-22 17:51:27 +0000
commit80540086e4c85f874ebdfa719e2cef7e1cdfc272 (patch)
tree570d56b3dd59d7b8a2da721d33e62811a1e14b79 /mmap/unix
parent771ff83632b76cc226cedb17af11738c70d0b164 (diff)
downloadapr-80540086e4c85f874ebdfa719e2cef7e1cdfc272.tar.gz
Fix a compiler warning from an undeclared function.
Submitted by: Joe Orton <joe@manyfish.co.uk> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix')
-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"