summaryrefslogtreecommitdiff
path: root/dso/os390/dso.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:08:37 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:08:37 +0000
commit2a2b2b059b39ee467cf09148c45d316af9e37375 (patch)
tree6704d337f8c09496807817c5a3b8afa05cc3365b /dso/os390/dso.c
parentbe0c71139838c272f8b731e876c35ab48a96f9ac (diff)
downloadlibapr-2a2b2b059b39ee467cf09148c45d316af9e37375.tar.gz
Move all of the dso private header files to an arch directory under
the include directory. All private header files for APR are being moved. This allows platforms that only implement some of the APR types to compile cleanly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/os390/dso.c')
-rw-r--r--dso/os390/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/os390/dso.c b/dso/os390/dso.c
index c9806dcb9..2adff3e8d 100644
--- a/dso/os390/dso.c
+++ b/dso/os390/dso.c
@@ -53,7 +53,7 @@
*/
#include "apr_strings.h"
-#include "dso.h"
+#include "os390/dso.h"
#include <errno.h>
#include <string.h>