#982 [TBASE-1383]
This commit is contained in:
parent
968e64b6ba
commit
7286056fba
|
@ -38,6 +38,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <inttypes.h>
|
||||||
#include "winsock2.h"
|
#include "winsock2.h"
|
||||||
#include <WS2tcpip.h>
|
#include <WS2tcpip.h>
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,6 @@ ELSEIF (TD_WINDOWS_64)
|
||||||
LIST(APPEND SRC ./src/tsched.c)
|
LIST(APPEND SRC ./src/tsched.c)
|
||||||
LIST(APPEND SRC ./src/tskiplist.c)
|
LIST(APPEND SRC ./src/tskiplist.c)
|
||||||
LIST(APPEND SRC ./src/tsocket.c)
|
LIST(APPEND SRC ./src/tsocket.c)
|
||||||
LIST(APPEND SRC ./src/tstatus.c)
|
|
||||||
LIST(APPEND SRC ./src/tstrbuild.c)
|
LIST(APPEND SRC ./src/tstrbuild.c)
|
||||||
LIST(APPEND SRC ./src/ttime.c)
|
LIST(APPEND SRC ./src/ttime.c)
|
||||||
LIST(APPEND SRC ./src/ttimer.c)
|
LIST(APPEND SRC ./src/ttimer.c)
|
||||||
|
|
Loading…
Reference in New Issue