libgen.h is used by basename()
authorDana Jansens <danakj@orodu.net>
Sat, 13 Jul 2002 20:29:00 +0000 (20:29 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 13 Jul 2002 20:29:00 +0000 (20:29 +0000)
util/epist/epist.cc

index b0eefaa..7be2ae3 100644 (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>