dreid 2004/03/09 06:40:41
Modified: dso/beos dso.c
Log:
Fix an include path.
Revision Changes Path
1.27 +1 -1 apr/dso/beos/dso.c
Index: dso.c
===================================================================
RCS file: /home/cvs/apr/dso/beos/dso.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- dso.c 13 Feb 2004 09:38:23 -0000 1.26
+++ dso.c 9 Mar 2004 14:40:41 -0000 1.27
@@ -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