summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-13 20:29:00 +0000
committerDana Jansens <danakj@orodu.net>2002-07-13 20:29:00 +0000
commit043e42a316e67183a3210035f238e872e020996a (patch)
tree1066d705d49a66f190c7c96b6b416d6cdbb71ee1
parent0b198a00c2b923e04e51c1e47c62faaac7a6b719 (diff)
libgen.h is used by basename()
-rw-r--r--util/epist/epist.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc
index b0eefaa8..7be2ae31 100644
--- a/util/epist/epist.cc
+++ b/util/epist/epist.cc
@@ -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>