summaryrefslogtreecommitdiff
path: root/file_io/unix/fileacc.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-21 19:50:46 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-21 19:50:46 +0000
commitd1af89b28f0cc77b9e1c5a9c494a20ae24fa8ec5 (patch)
treee25bc707d5072cdb2b69b401f0e35895683385fd /file_io/unix/fileacc.c
parentbfd0fa4ee268b13b0b952f41de5b922e60e5205b (diff)
downloadlibapr-d1af89b28f0cc77b9e1c5a9c494a20ae24fa8ec5.tar.gz
Move all APR functions related to strings to their own directory, and
create a new header for those functions. This is the first step to removing the apr/lib directory completely, and moving those files/functions to descriptive directories. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/unix/fileacc.c')
-rw-r--r--file_io/unix/fileacc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file_io/unix/fileacc.c b/file_io/unix/fileacc.c
index e64336421..2a5135e82 100644
--- a/file_io/unix/fileacc.c
+++ b/file_io/unix/fileacc.c
@@ -52,6 +52,7 @@
* <http://www.apache.org/>.
*/
+#include "apr_strings.h"
#ifdef OS2
#include "../os2/fileio.h"
#elif defined(WIN32)