Fixes for Debian bug #192701 (64-bit gccs warn about casts between
[u/mdw/putty] / unix / unix.h
index 28a026c..dbb28d6 100644 (file)
@@ -15,6 +15,9 @@ struct FontSpec {
 
 typedef void *Context;                 /* FIXME: probably needs changing */
 
+typedef int OSSocket;
+#define OSSOCKET_DEFINED              /* stop network.h using its default */
+
 extern Backend pty_backend;
 
 /*