summaryrefslogtreecommitdiff
path: root/dso
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-03-09 14:40:41 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-03-09 14:40:41 +0000
commit402d672bf5af1b31516fd092a415cfef801c2f29 (patch)
treeef4ebcc41f720740c7b555f7df252589414f2af9 /dso
parent31ca46d6ea7ce1f5856e42b1d93c8b79e31e9925 (diff)
downloadlibapr-402d672bf5af1b31516fd092a415cfef801c2f29.tar.gz
Fix an include path.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso')
-rw-r--r--dso/beos/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/beos/dso.c b/dso/beos/dso.c
index dac5fd505..41fec3450 100644
--- a/dso/beos/dso.c
+++ b/dso/beos/dso.c
@@ -13,7 +13,7 @@
* limitations under the License.
*/
-#include "beos/apr_arch_dso.h"
+#include "apr_arch_dso.h"
#include "apr_portable.h"
#if APR_HAS_DSO