summaryrefslogtreecommitdiff
path: root/threadproc/win32/threadpriv.c
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2006-07-12 17:52:33 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2006-07-12 17:52:33 +0000
commit25c1764ccf1245fc91aba995e6dd0b5c79b85420 (patch)
tree2e662d0bb012c3308f69e22c065c7e16212b1d1e /threadproc/win32/threadpriv.c
parent964c19e62cae02c61c67443e477f6dc927bcc337 (diff)
downloadlibapr-25c1764ccf1245fc91aba995e6dd0b5c79b85420.tar.gz
Fix up Win32-private includes to bring it in line with all other platforms.
Originally titled: [patch 10/17] include path prefix win32/ Submitted by: John Mark Vandenberg Reviewed by: Will Rowe (concept), Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@421349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/win32/threadpriv.c')
-rw-r--r--threadproc/win32/threadpriv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/win32/threadpriv.c b/threadproc/win32/threadpriv.c
index 0d45b0da2..d99a3e9b6 100644
--- a/threadproc/win32/threadpriv.c
+++ b/threadproc/win32/threadpriv.c
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "win32/apr_arch_threadproc.h"
+#include "apr_arch_threadproc.h"
#include "apr_thread_proc.h"
#include "apr_general.h"
#include "apr_lib.h"