summaryrefslogtreecommitdiff
path: root/dso/beos
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2004-03-09 14:40:41 +0000
committerDavid Reid <dreid@apache.org>2004-03-09 14:40:41 +0000
commit69e1fc42b7f6764af9c3c565e776301921056f13 (patch)
treeef4ebcc41f720740c7b555f7df252589414f2af9 /dso/beos
parent7c423eea35947cff4ed1d7a462112ea8be8ab51e (diff)
downloadapr-69e1fc42b7f6764af9c3c565e776301921056f13.tar.gz
Fix an include path.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/beos')
-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