dreid 00/12/09 05:36:58
Modified: include/arch/beos dso.h Log: Get this building on BeOS again. Revision Changes Path 1.10 +1 -1 apr/include/arch/beos/dso.h Index: dso.h =================================================================== RCS file: /home/cvs/apr/include/arch/beos/dso.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- dso.h 2000/08/02 05:25:42 1.9 +++ dso.h 2000/12/09 13:36:57 1.10 @@ -55,7 +55,7 @@ #ifndef DSO_H #define DSO_H -#include "apr_private.h" +#include "unix/apr_private.h" #include "apr_general.h" #include "apr_pools.h" #include "apr_errno.h"
