X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=70dcb0d8217ccdaf6ef756bba4db2485c663e29a;hb=91c40c6b5e4af7f2a04f3fd9ec32a0a94c22ab27;hp=b0123899b977ab5b851d35d9276683d94a26a916;hpb=66cc2ad1e7b051e5693e7d46f26785f4ddb8e9bd;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index b012389..70dcb0d 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -52,7 +52,7 @@ static const char *cvstag = "$scrotwm$"; -#define SWM_VERSION "0.9.19" +#define SWM_VERSION "0.9.22" #include #include @@ -84,6 +84,10 @@ static const char *cvstag = "$scrotwm$"; #include #include +#ifdef __OSX__ +#include +#endif + #if RANDR_MAJOR < 1 # error XRandR versions less than 1.0 are not supported #endif