libgen.h is used by basename()

This commit is contained in:
Dana Jansens 2002-07-13 20:29:00 +00:00
parent 0b198a00c2
commit 043e42a316

View file

@ -38,9 +38,9 @@ extern "C" {
# 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>