X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=win32%2Fwrappers.h;h=80b44651c4b29aa8162f8d48a3f982a442077c41;hb=c81f095fd6c81cd671a8f6b8bb88eee24a0555ec;hp=20218fd58174d24b457c67d885156ddae05727ae;hpb=14563e0f4a2840f6a038fc9fd44ae8bd48206be6;p=awesomized%2Flibmemcached diff --git a/win32/wrappers.h b/win32/wrappers.h index 20218fd5..80b44651 100644 --- a/win32/wrappers.h +++ b/win32/wrappers.h @@ -12,6 +12,8 @@ #ifndef WIN32_WRAPPERS_H #define WIN32_WRAPPERS_H 1 +#include + /* * One of the Windows headers define interface as a macro, but that * is causing problems with the member named "interface" in some of the @@ -19,6 +21,10 @@ */ #undef interface +#undef malloc +#undef realloc + + /* * WinSock use a separate range for error codes. Let's just map to the * WinSock ones.