X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d14b9ab25f32c3eb52088ba3edc3e5d7f22da5be..f7f9fb5cb0f779bc1a648b264805d7e12abc4260:/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; /*