X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=puttyps.h;h=d1f3c37df884dbdc96e0e63c6c6ab6d9d5f0272f;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=976f598ebaafa521c2cfaacca8eac54610156b64;hpb=e30aed9a6f8f3a20fc7bafd4ce5279a5bfba62a6;p=PuTTY.git diff --git a/puttyps.h b/puttyps.h index 976f598e..d1f3c37d 100644 --- a/puttyps.h +++ b/puttyps.h @@ -1,3 +1,7 @@ +/* + * Find the platform-specific header for this platform. + */ + #ifndef PUTTY_PUTTYPS_H #define PUTTY_PUTTYPS_H @@ -9,6 +13,10 @@ #include "macstuff.h" +#elif defined(MACOSX) + +#include "osx.h" + #else #include "unix.h"