summaryrefslogtreecommitdiff
path: root/include/arch/beos
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-10 12:16:49 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-10 12:16:49 +0000
commit6b9ea83adbec094790d2572b5c4016afaaa13353 (patch)
tree740a5ed804da2d63c6740c93296eb0a0e7095093 /include/arch/beos
parent37d05ab654dd7de79dde1556acf24608415ddf6b (diff)
downloadlibapr-6b9ea83adbec094790d2572b5c4016afaaa13353.tar.gz
Change the includes in the "correct" way to allow building on
BeOS :) Submitted by: Ryan Bloom <rbb@covalent.net> Reviewed by: David Reid <dreid@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/beos')
-rw-r--r--include/arch/beos/dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/beos/dso.h b/include/arch/beos/dso.h
index 07da1aeab..476e71c8f 100644
--- a/include/arch/beos/dso.h
+++ b/include/arch/beos/dso.h
@@ -55,7 +55,7 @@
#ifndef DSO_H
#define DSO_H
-#include "unix/apr_private.h"
+#include "apr_private.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_errno.h"