From c706319c8f0fe0af828da5f75c2dc673cecadf36 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Sep 2006 10:13:01 +0000 Subject: r18458: move wins32 stuff to the top dir metze (This used to be commit 521e94f2693eab9053d9e3f1bbc56cdf2e0adbcd) --- source4/lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/replace/replace.h') diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index a7ad58dd56..e35f1da44e 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -40,7 +40,7 @@ #include #if defined(_MSC_VER) || defined(__MINGW32__) -#include "lib/replace/win32/replace.h" +#include "win32_replace.h" #endif #ifdef __COMPAR_FN_T -- cgit