X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libhashkit%2Fcommon.h;h=7affeb366a3f75ef138738f1ac82dbc36553cb63;hb=0ce6b69e0f8e25e50bd878678b1444651093bac4;hp=e1343971942fbca6eb6d6b5e077aa356679f664a;hpb=fa5dde3af5a99cda67d0ab005393cfd1627bd3d5;p=m6w6%2Flibmemcached diff --git a/libhashkit/common.h b/libhashkit/common.h index e1343971..7affeb36 100644 --- a/libhashkit/common.h +++ b/libhashkit/common.h @@ -37,7 +37,7 @@ #pragma once -#include +#include #include #include @@ -45,6 +45,12 @@ #include #include +#ifndef __WORDSIZE +# ifdef __MINGW32__ +# define __WORDSIZE 32 +# endif +#endif + #include #include #include