X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Futils.h;h=52c12e04a9935c717cfff9f3fc7f149a8522c7e0;hb=refs%2Fremotes%2Fgithub%2Fmaster2;hp=284bb86dcd0ddaf27a775240984824100f1028f3;hpb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;p=xscreensaver diff --git a/utils/utils.h b/utils/utils.h index 284bb86d..52c12e04 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1997-2014 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -18,5 +18,10 @@ #include #include -#include -#include +#if defined(HAVE_COCOA) || defined(HAVE_ANDROID) +# include "jwxyz.h" +#else /* real X11 */ +# include +# include +# include +#endif /* !HAVE_COCOA */