Miscellaneous fixes to try to make other compilers happier
[u/mdw/putty] / terminal.c
index 2191192..e38daa3 100644 (file)
@@ -1,4 +1,11 @@
 #include <windows.h>
+#ifndef AUTO_WINSOCK
+#ifdef WINSOCK_TWO
+#include <winsock2.h>
+#else
+#include <winsock.h>
+#endif
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>