From 9e9d7dbb50db39f416e40ccd50359b44b50ef159 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 28 Feb 2020 19:31:27 +0800 Subject: [PATCH] fix __compar_fn_t build issue on Mac --- src/inc/tast.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inc/tast.h b/src/inc/tast.h index d0fbcba071..aa5cfa2d70 100644 --- a/src/inc/tast.h +++ b/src/inc/tast.h @@ -26,6 +26,7 @@ extern "C" { #include "taosmsg.h" #include "ttypes.h" +#include "os.h" struct tSQLBinaryExpr; struct SSchema; -- GitLab