X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f7f273099c8798f70611550bfc06b417e5c28ac7..c524da73c079265e1fb0c8c9d24f0be1a6b910f5:/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"