summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 22:18:39 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 22:18:39 +0100
commit386237b5b9cea260f7b3f5c07a40cfd4025d88a3 (patch)
tree0082ad8bcfc247909ee0c6b98317687ee5ead540
parent0868d9fb428375d8dd233a5e2246713bd214a2f8 (diff)
Fix yet another windows breakage
-rw-r--r--sal/qa/osl/security/osl_Security.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx
index 9ef562641..e93714b92 100644
--- a/sal/qa/osl/security/osl_Security.cxx
+++ b/sal/qa/osl/security/osl_Security.cxx
@@ -32,6 +32,9 @@
//------------------------------------------------------------------------
// header file
//------------------------------------------------------------------------
+#ifdef WNT
+#include <windows.h>
+#endif
#include <osl_Security_Const.h>
using namespace osl;