move repository from m6w6 to awesomized
[awesomized/libmemcached] / src / bin / common / options.hpp
index 7d2b3e38cf6b4612fb02919c1cf349c0b512bb5d..2ac80bb406926dd6b66535db72fb1c159c82cc36 100644 (file)
@@ -9,7 +9,7 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
 #include <string>
 #include <vector>
 
-#ifdef HAVE_GETOPT_H
-#  include <getopt.h>
-#elif defined _MSC_VER
-#  include "win32/getopt.h"
-#endif
-
 #include "libmemcached/common.h"
+#include "p9y/getopt.hpp"
 
 class client_options {
 public: