p9y
[m6w6/libmemcached] / src / bin / common / options.hpp
index 980ca38dc39ab8865a498002e98d6f334d4c2814..65018eff0d077fb3d3f41974120f8f28c0ec19f7 100644 (file)
 #include <vector>
 
 #include "libmemcached/common.h"
-
-#ifdef HAVE_GETOPT_H
-#  include <getopt.h>
-#elif defined _MSC_VER
-#  include "win32/getopt.h"
-#endif
+#include "p9y/getopt.hpp"
 
 class client_options {
 public: