THRIFT-2039 config.h --> thrift-config.h
Patch: Ben Craig
diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
index 0ae9cf0..1906302 100644
--- a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
+++ b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
@@ -18,7 +18,7 @@
*/
#include <thrift/windows/GetTimeOfDay.h>
-#include "config.h"
+#include <thrift/thrift-config.h>
// win32
#include <time.h>
diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.h b/lib/cpp/src/thrift/windows/GetTimeOfDay.h
index 25ed254..27b8a84 100644
--- a/lib/cpp/src/thrift/windows/GetTimeOfDay.h
+++ b/lib/cpp/src/thrift/windows/GetTimeOfDay.h
@@ -28,7 +28,7 @@
#error This is a MSVC header only.
#endif
-#include "config.h"
+#include <thrift/thrift-config.h>
struct thrift_timespec {
int64_t tv_sec;
diff --git a/lib/cpp/src/thrift/windows/SocketPair.h b/lib/cpp/src/thrift/windows/SocketPair.h
index 1de5613..86bf431 100644
--- a/lib/cpp/src/thrift/windows/SocketPair.h
+++ b/lib/cpp/src/thrift/windows/SocketPair.h
@@ -30,7 +30,7 @@
// Win32
#include <Winsock2.h>
-#include "config.h"
+#include <thrift/thrift-config.h>
int thrift_socketpair(int d, int type, int protocol, THRIFT_SOCKET sv[2]);
diff --git a/lib/cpp/src/thrift/windows/TWinsockSingleton.h b/lib/cpp/src/thrift/windows/TWinsockSingleton.h
index 7ac229e..5f9b6e2 100644
--- a/lib/cpp/src/thrift/windows/TWinsockSingleton.h
+++ b/lib/cpp/src/thrift/windows/TWinsockSingleton.h
@@ -28,7 +28,7 @@
#error This is a MSVC header only.
#endif
-#include "config.h"
+#include <thrift/thrift-config.h>
// boost
#include <boost/noncopyable.hpp>