X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f7f273099c8798f70611550bfc06b417e5c28ac7..ae0500e538e2fb821ef1ad8529aed7999acf7a19:/puttyps.h diff --git a/puttyps.h b/puttyps.h index b64ecbd4..976f598e 100644 --- a/puttyps.h +++ b/puttyps.h @@ -3,9 +3,12 @@ #ifdef _WINDOWS -#include #include "winstuff.h" +#elif defined(macintosh) + +#include "macstuff.h" + #else #include "unix.h"