fix for compile
This commit is contained in:
parent
b93f653d7e
commit
aa3dd2bbe8
|
@ -17,7 +17,7 @@
|
||||||
#define _TD_VNODE_META_H_
|
#define _TD_VNODE_META_H_
|
||||||
|
|
||||||
#include "index.h"
|
#include "index.h"
|
||||||
#include "ttl.h"
|
#include "metaTtl.h"
|
||||||
#include "vnodeInt.h"
|
#include "vnodeInt.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ttl.h"
|
#include "metaTtl.h"
|
||||||
#include "meta.h"
|
#include "meta.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue