This commit is contained in:
Hongze Cheng 2021-11-02 15:27:14 +08:00
parent 1984f40316
commit ff33e67f5b
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#define _TD_META_DEF_H_ #define _TD_META_DEF_H_
#include "metaDB.h" #include "metaDB.h"
#include "metaUid.h" #include "metaTbUid.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -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 "metaUid.h" #include "metaTbUid.h"
tb_uid_t generateUid(STbUidGenerator *pGen) { tb_uid_t generateUid(STbUidGenerator *pGen) {
// Generate a new table UID // Generate a new table UID