THRIFT-2039 config.h --> thrift-config.h

Patch: Ben Craig
This commit is contained in:
Roger Meier 2013-06-28 22:26:43 +02:00
parent e5bfd4c285
commit ff77d075ec
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
*/
#include <thrift/windows/GetTimeOfDay.h>
#include "config.h"
#include <thrift/thrift-config.h>
// win32
#include <time.h>

View 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;

View 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]);

View 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>