X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Futils.h;h=5df4ac996fd009540f372cf9d059389fa8c5b270;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hp=284bb86dcd0ddaf27a775240984824100f1028f3;hpb=df7adbee81405e2849728a24b498ad2117784b1f;p=xscreensaver diff --git a/utils/utils.h b/utils/utils.h index 284bb86d..5df4ac99 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1997, 2006 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 +#ifdef HAVE_COCOA +# include "jwxyz.h" +#else /* !HAVE_COCOA - real X11 */ +# include +# include +# include +#endif /* !HAVE_COCOA */