X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Futils.h;h=09b4da8662c99c15d1dd1bbd1d0903ad4796fbb2;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=2dbe47d916ff3ea65ab427df3790fb81d622f62b;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/utils/utils.h b/utils/utils.h index 2dbe47d9..09b4da86 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 +#ifdef HAVE_JWXYZ +# include "jwxyz.h" +#else /* real X11 */ +# include +# include +# include +#endif /* !HAVE_JWXYZ */