Index: test/Analysis/casts.c
===================================================================
--- test/Analysis/casts.c	(revision 79237)
+++ test/Analysis/casts.c	(working copy)
@@ -3,6 +3,7 @@
 // Test if the 'storage' region gets properly initialized after it is cast to
 // 'struct sockaddr *'. 
 
+#ifndef WIN32
 #include <sys/types.h>
 #include <sys/socket.h>
 
@@ -16,6 +17,7 @@
     ;
   }
 }
+#endif
 
 struct s {
   struct s *value;
