all repos — openbox @ 043e42a316e67183a3210035f238e872e020996a

openbox fork - make it a bit more like ryudo

libgen.h is used by basename()
Dana Jansens danakj@orodu.net
commit

043e42a316e67183a3210035f238e872e020996a

parent

0b198a00c2b923e04e51c1e47c62faaac7a6b719

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/epist/epist.ccutil/epist/epist.cc

@@ -38,9 +38,9 @@ #ifdef HAVE_SIGNAL_H

# include <signal.h> #endif // HAVE_SIGNAL_H -/*#ifdef HAVE_LIBGEN_H +#ifdef HAVE_LIBGEN_H # include <libgen.h> -#endif // HAVE_LIBGEN_H*/ +#endif // HAVE_LIBGEN_H } #include <iostream>