X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8815b68b87e4bc4830d138fb259f8255230fe954..5f86b177eb3f358d0813646102e3da720b809771:/unix/uxnet.c?ds=inline diff --git a/unix/uxnet.c b/unix/uxnet.c index 31b12921..8865d9d5 100644 --- a/unix/uxnet.c +++ b/unix/uxnet.c @@ -22,6 +22,11 @@ #include "network.h" #include "tree234.h" +/* Solaris needs for SIOCATMARK. */ +#ifndef SIOCATMARK +#include +#endif + #ifndef X11_UNIX_PATH # define X11_UNIX_PATH "/tmp/.X11-unix/X" #endif