Hello, now wmmenu-1.3 does not compile. It needs similar patch in order to find includes.
Regards, Nerijus On Sun, 18 Oct 2015 00:02:48 -0400 Doug Torrance <[email protected]> wrote: > --- > libdockapp/examples/basic/basic.c | 2 +- > libdockapp/examples/rectangles/rectangles.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libdockapp/examples/basic/basic.c > b/libdockapp/examples/basic/basic.c > index 1ff6606..508860f 100644 > --- a/libdockapp/examples/basic/basic.c > +++ b/libdockapp/examples/basic/basic.c > @@ -8,7 +8,7 @@ > */ > > /* also includes Xlib, Xresources, XPM, stdlib and stdio */ > -#include <dockapp.h> > +#include <libdockapp/dockapp.h> > #include <time.h> > > /* include the pixmap to use */ > diff --git a/libdockapp/examples/rectangles/rectangles.c > b/libdockapp/examples/rectangles/rectangles.c > index 7097004..b37ec37 100644 > --- a/libdockapp/examples/rectangles/rectangles.c > +++ b/libdockapp/examples/rectangles/rectangles.c > @@ -18,7 +18,7 @@ > */ > #include <X11/extensions/shape.h> > > -#include <dockapp.h> > +#include <libdockapp/dockapp.h> > > /* already includes Xlib, Xresources, XPM, stdlib and stdio */ > > -- > 2.1.4 -- To unsubscribe, send mail to [email protected].
