X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2Fcommon%2Foptions.hpp;h=7d2b3e38cf6b4612fb02919c1cf349c0b512bb5d;hb=aeac01630eed825d8a624e7fd7c107d47bb2e40c;hp=5682c78610ec32b0c75dfa2752297d0e0943bd1b;hpb=dfdcce95b625e98144c1681f05b337648b92f20f;p=awesomized%2Flibmemcached diff --git a/src/bin/common/options.hpp b/src/bin/common/options.hpp index 5682c786..7d2b3e38 100644 --- a/src/bin/common/options.hpp +++ b/src/bin/common/options.hpp @@ -19,11 +19,16 @@ #include #include #include -#include #include #include #include +#ifdef HAVE_GETOPT_H +# include +#elif defined _MSC_VER +# include "win32/getopt.h" +#endif + #include "libmemcached/common.h" class client_options {