diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-10 12:16:49 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-10 12:16:49 +0000 |
commit | 6b9ea83adbec094790d2572b5c4016afaaa13353 (patch) | |
tree | 740a5ed804da2d63c6740c93296eb0a0e7095093 /include/arch | |
parent | 37d05ab654dd7de79dde1556acf24608415ddf6b (diff) | |
download | libapr-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')
-rw-r--r-- | include/arch/beos/dso.h | 2 |
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" |