X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201..e9dc929e1842a5e9c36ff698c132f219ba02f52f:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 28a026cb..dbb28d6f 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -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; /*