X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttyps.h;h=976f598ebaafa521c2cfaacca8eac54610156b64;hb=ac61490a5b9f40a3655d363d5a1014112aae7222;hp=b64ecbd4b32454467abf6c57ab540b922bf226ac;hpb=64c52b0d307ac9bf9e386e14e2801068dc3d0f25;p=PuTTY.git 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"