aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index 3152c7d5943..9afaa178444 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -63,6 +63,10 @@ Boston, MA 02111-1307, USA.
63 63
64#include <pwd.h> 64#include <pwd.h>
65 65
66#ifdef __GNUC__
67#define _ANONYMOUS_UNION
68#define _ANONYMOUS_STRUCT
69#endif
66#include <windows.h> 70#include <windows.h>
67 71
68#ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ 72#ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */