]> code.delx.au - spectrwm/blobdiff - scrotwm.c
*sigh* work around linking retardation
[spectrwm] / scrotwm.c
index b0123899b977ab5b851d35d9276683d94a26a916..c071784105f9c25f45d1ad4d7d767435109bcdef 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -84,6 +84,10 @@ static const char    *cvstag = "$scrotwm$";
 #include <X11/Xutil.h>
 #include <X11/extensions/Xrandr.h>
 
+#ifdef __OSX__
+#include <osx.h>
+#endif
+
 #if RANDR_MAJOR < 1
 #  error XRandR versions less than 1.0 are not supported
 #endif