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