summaryrefslogtreecommitdiff
path: root/threadproc/beos/thread.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:47:54 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:47:54 +0000
commit61945f217a34495610476701ca1206ec9eb68e30 (patch)
treed71338663db113576ea23af8e613dfe1af95405e /threadproc/beos/thread.c
parentc62a89ada98f4501e85faac3307972e6033d4229 (diff)
downloadlibapr-61945f217a34495610476701ca1206ec9eb68e30.tar.gz
Move all of the threadproc private header files to an arch directory under
the include directory. All private header files for APR are being moved. This allows platforms that only implement some of the APR types to compile cleanly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/beos/thread.c')
-rw-r--r--threadproc/beos/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/beos/thread.c b/threadproc/beos/thread.c
index c646b0ae5..48500269d 100644
--- a/threadproc/beos/thread.c
+++ b/threadproc/beos/thread.c
@@ -52,7 +52,7 @@
* <http://www.apache.org/>.
*/
-#include "threadproc.h"
+#include "beos/threadproc.h"
apr_status_t apr_create_threadattr(apr_threadattr_t **new, apr_pool_t *cont)
{