make it compile

This commit is contained in:
Hongze Cheng 2024-07-24 14:41:45 +08:00
parent e732580cd9
commit 8f04f32b96
1 changed files with 2 additions and 1 deletions

View File

@ -13,11 +13,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "tqueue.h"
#include "executor.h"
#include "qndInt.h"
#include "query.h"
#include "qworker.h"
#include "tqueue.h"
int32_t qndOpen(const SQnodeOpt *pOption, SQnode **pQnode) {
*pQnode = taosMemoryCalloc(1, sizeof(SQnode));