p9y
[m6w6/libmemcached] / src / bin / memcp.cc
index 7ad8678717b315a52437dba9e9e7ae91685c0c33..7396057e930f8269a5812db9ce72aec7a4e8f439 100644 (file)
 
 #include "common/options.hpp"
 #include "common/checks.hpp"
+#include "p9y/libgen.hpp"
+#include "p9y/realpath.hpp"
 
 #include <cerrno>
 #include <climits>
 #include <cstdlib>
-#if HAVE_LIBGEN_H
-#  include <libgen.h>
-#endif
 #include <fstream>
 #include <sstream>