X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d082ac49971a1c1a9e84c5b201c30aab675f154f..7ecefce876e59128bd21eb9b3d3c9568968282e5:/puttyps.h?ds=sidebyside diff --git a/puttyps.h b/puttyps.h index 64c38c73..1370bfd2 100644 --- a/puttyps.h +++ b/puttyps.h @@ -3,13 +3,16 @@ #ifdef _WINDOWS -#include #include "winstuff.h" #elif defined(macintosh) #include "macstuff.h" +#elif defined(MACOSX) + +#include "osx.h" + #else #include "unix.h"