summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:23:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:23:55 +0000
commit716efc44a405534590b95a061c62ec7649327c5a (patch)
treeaaf651cf67d06415d8eefbe0dd44c37102a96394
parent7f6ce2b31c0ae521e9091b0c6c37683a4f70c8c1 (diff)
INTEGRATION: CWS mingwport03 (1.8.30); FILE MERGED
2006/11/08 13:42:47 vg 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/07 11:06:30 vg 1.8.30.1: #i53572# MinGW port
-rw-r--r--sal/osl/w32/system.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h
index 1c1d14353458..76be1abd707a 100644
--- a/sal/osl/w32/system.h
+++ b/sal/osl/w32/system.h
@@ -4,9 +4,9 @@
*
* $RCSfile: system.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2006-09-25 13:14:10 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:23:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,10 @@
// at the same time without patching
// windows.h
#include <windows.h>
+#ifdef __MINGW32__
+ #include <winsock2.h>
+ #include <ws2tcpip.h>
+#endif
#include <shlobj.h>
#ifndef NO_DEBUG_CRT
#include <crtdbg.h>