THRIFT-2039 config.h --> thrift-config.h
authorRoger Meier <roger@apache.org>
Fri, 28 Jun 2013 20:26:43 +0000 (22:26 +0200)
committerRoger Meier <roger@apache.org>
Fri, 28 Jun 2013 20:26:43 +0000 (22:26 +0200)
Patch: Ben Craig

lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
lib/cpp/src/thrift/windows/GetTimeOfDay.h
lib/cpp/src/thrift/windows/SocketPair.h
lib/cpp/src/thrift/windows/TWinsockSingleton.h

index 0ae9cf0..1906302 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <thrift/windows/GetTimeOfDay.h>
-#include "config.h"
+#include <thrift/thrift-config.h>
 
 // win32
 #include <time.h>
index 25ed254..27b8a84 100644 (file)
@@ -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;
index 1de5613..86bf431 100644 (file)
@@ -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]);
 
index 7ac229e..5f9b6e2 100644 (file)
@@ -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>