fix: compile problem
This commit is contained in:
parent
d937a0bef0
commit
e3121c24eb
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include "sync.h"
|
||||
#include "tglobal.h"
|
||||
#include "tdef.h"
|
||||
#include "trpc.h"
|
||||
#include "ttimer.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "syncSnapshot.h"
|
||||
#include "syncUtil.h"
|
||||
#include "syncVoteMgr.h"
|
||||
#include "tglobal.h"
|
||||
|
||||
int64_t tsLogBufferMemoryUsed = 0; // total bytes of vnode log buffer
|
||||
|
||||
|
|
Loading…
Reference in New Issue