[Libreoffice-commits] .: sal/qa

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Mar 25 14:18:54 PDT 2011


 sal/qa/osl/security/osl_Security.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 386237b5b9cea260f7b3f5c07a40cfd4025d88a3
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Mar 25 22:18:39 2011 +0100

    Fix yet another windows breakage

diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx
index 9ef5626..e93714b 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;


More information about the Libreoffice-commits mailing list