libgen.h is used by basename()
This commit is contained in:
parent
0b198a00c2
commit
043e42a316
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ extern "C" {
|
||||||
# include <signal.h>
|
# include <signal.h>
|
||||||
#endif // HAVE_SIGNAL_H
|
#endif // HAVE_SIGNAL_H
|
||||||
|
|
||||||
/*#ifdef HAVE_LIBGEN_H
|
#ifdef HAVE_LIBGEN_H
|
||||||
# include <libgen.h>
|
# include <libgen.h>
|
||||||
#endif // HAVE_LIBGEN_H*/
|
#endif // HAVE_LIBGEN_H
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Reference in a new issue