fix compile erro

This commit is contained in:
Hongze Cheng 2022-03-11 06:57:38 +00:00
parent bc00eb0e87
commit 3ac540f2e1
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include "tdbInt.h"
static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell);
int tdbPageCreate(int pageSize, SPage **ppPage, void *(*xMalloc)(void *, size_t), void *arg) {
SPage *pPage;
u8 *ptr;