[TD-3113] <fix>: remove curl from TDengine. fix compile for mac

This commit is contained in:
Shuduo Sang 2021-02-27 20:11:12 +08:00
parent 3eaaf27dc9
commit b2294d84bf
1 changed files with 2 additions and 0 deletions

View File

@ -46,9 +46,11 @@
#include <stdio.h>
#include "os.h"
#ifdef TD_WINDOWS
#pragma comment ( lib, "ws2_32.lib" )
#pragma comment ( lib, "winmm.lib" )
#pragma comment ( lib, "wldap32.lib" )
#endif
#endif
#include "cJSON.h"