diff --git a/wmmon/wmmon/Makefile b/wmmon/wmmon/Makefile index 7466113..3522cef 100644 --- a/wmmon/wmmon/Makefile +++ b/wmmon/wmmon/Makefile @@ -1,5 +1,5 @@ LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib -LIBS = -lXpm -lXext -lX11 -lwmgeneral +LIBS = -lXpm -lXext -lX11 -ldockapp OBJS = wmmon.o CFLAGS = -O2 diff --git a/wmmon/wmmon/wmmon.c b/wmmon/wmmon/wmmon.c index a3df7fe..43e6af5 100644 --- a/wmmon/wmmon/wmmon.c +++ b/wmmon/wmmon/wmmon.c @@ -108,8 +108,8 @@ #include #include -#include -#include +#include +#include #include "wmmon-master.xpm" #include "wmmon-mask.xbm"