X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/876eefd49f8857d4e6c87b822fe29d88e9a5230d..719793f0ca7a5747bd4a5b5f5b35073d0ac394e1:/unix/uxsftp.c diff --git a/unix/uxsftp.c b/unix/uxsftp.c index cae66c45..6e1a0edc 100644 --- a/unix/uxsftp.c +++ b/unix/uxsftp.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include @@ -33,6 +34,8 @@ void platform_get_x11_auth(char *display, int *protocol, /* Do nothing, therefore no auth. */ } +const char platform_x11_best_transport[] = "unix"; + /* * Default settings that are specific to PSFTP. */