summaryrefslogtreecommitdiff
path: root/tools/source/stream/strmwnt.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 23:57:35 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 23:57:35 +0100
commit0ba7fc320d66928fd13ebb86e8f7391272989f44 (patch)
tree821c4f077cbcc5a9c5940764ec1da48dcce00b6d /tools/source/stream/strmwnt.cxx
parent2fb8d0d4029022bd40f13a018fe91724bceeab19 (diff)
Fix Windows build of tools
Diffstat (limited to 'tools/source/stream/strmwnt.cxx')
-rw-r--r--tools/source/stream/strmwnt.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx
index 62ed9e2df6c8..0e2caca40f62 100644
--- a/tools/source/stream/strmwnt.cxx
+++ b/tools/source/stream/strmwnt.cxx
@@ -35,7 +35,9 @@
#include <string.h>
#include <limits.h>
-#include <tools/svwin.h>
+#ifdef WNT
+#include <windows.h>
+#endif
#include <tools/debug.hxx>
#include <tools/fsys.hxx>