mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
THRIFT-2039 config.h --> thrift-config.h
Patch: Ben Craig
This commit is contained in:
parent
e5bfd4c285
commit
ff77d075ec
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <thrift/windows/GetTimeOfDay.h>
|
||||
#include "config.h"
|
||||
#include <thrift/thrift-config.h>
|
||||
|
||||
// win32
|
||||
#include <time.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;
|
||||
|
@ -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]);
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user