From 5b5e3750d2b805c60ec4574a60c1bb812860d013 Mon Sep 17 00:00:00 2001 From: dapan1121 <89396746@qq.com> Date: Mon, 29 Mar 2021 11:37:19 +0800 Subject: [PATCH] compile error --- src/os/src/windows/wSystem.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/os/src/windows/wSystem.c b/src/os/src/windows/wSystem.c index 7f437f3025..17cafdd664 100644 --- a/src/os/src/windows/wSystem.c +++ b/src/os/src/windows/wSystem.c @@ -14,6 +14,9 @@ */ #define _DEFAULT_SOURCE +#include "os.h" +#include "tglobal.h" +#include "tulog.h" void* taosLoadDll(const char *filename) { return NULL; -- GitLab