diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 10:13:01 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-09-13 10:13:01 +0000 |
commit | 4e014f8bf208cdf209553666aaad7a5ce05ece97 (patch) | |
tree | 3a30e1ccabd7712121744cb381906fcb44f539f1 /source/lib/replace/replace.h | |
parent | 996837eabcb9231a9bf9ee2cef5fb23935c45404 (diff) | |
download | samba-4e014f8bf208cdf209553666aaad7a5ce05ece97.tar.gz samba-4e014f8bf208cdf209553666aaad7a5ce05ece97.tar.xz samba-4e014f8bf208cdf209553666aaad7a5ce05ece97.zip |
r18458: move wins32 stuff to the top dir
metze
Diffstat (limited to 'source/lib/replace/replace.h')
-rw-r--r-- | source/lib/replace/replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index a7ad58dd563..e35f1da44e3 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -40,7 +40,7 @@ #include <errno.h> #if defined(_MSC_VER) || defined(__MINGW32__) -#include "lib/replace/win32/replace.h" +#include "win32_replace.h" #endif #ifdef __COMPAR_FN_T |