X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fcwaves.c;fp=hacks%2Fcwaves.c;h=20dd80abc0959d83885b49d83079fba3ade93742;hp=2caea50da34a42960548dbedf6ee632ae61b5f11;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/cwaves.c b/hacks/cwaves.c index 2caea50d..20dd80ab 100644 --- a/hacks/cwaves.c +++ b/hacks/cwaves.c @@ -13,7 +13,7 @@ #include "screenhack.h" #include -#include "xpm-pixmap.h" +#include "ximage-loader.h" #define BELLRAND(n) ((frand((n)) + frand((n)) + frand((n))) / 3)