X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7440fd4419acfc9c784f142fb9dee3e64c9a18c2..ce3262cf6ddf5908eced52424c07682795f9523b:/puttyps.h 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"