This patch is needed to import the select() call on windows:
— memcache-store.cpp 2008-07-22 20:58:16.000000000 +0100+++ ../../memcache-store.cpp 2008-09-30 11:24:05.000000000 +0100@@ -22,6 +22,7 @@
#if defined (MSC_VER) || defined(BORLANDC_)
include "config_win32.h"+#include <Winsock2.h> #else
include "config.h" #endif
This patch is needed to import the select() call on windows:
— memcache-store.cpp 2008-07-22 20:58:16.000000000 +0100
+++ ../../memcache-store.cpp 2008-09-30 11:24:05.000000000 +0100
@@ -22,6 +22,7 @@
#if defined (MSC_VER) || defined(BORLANDC_)
include "config_win32.h"
+#include <Winsock2.h>
#else
include "config.h"
#endif