diff --git a/src/os/windows/inc/os.h b/src/os/windows/inc/os.h index 9c0add2c319829e10d192de8a94dc43038c3155d..69ceed18f963c1658bc7334c37fa16401eceeac8 100644 --- a/src/os/windows/inc/os.h +++ b/src/os/windows/inc/os.h @@ -37,7 +37,8 @@ #include #include #include -#include +#include +#include #include "winsock2.h" #include diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index 5e84f3feadbf4f8cee66c334ac62465ed081936e..f88e5d6396fcd6762a6f1fb42e7b97ec46113354 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -57,7 +57,6 @@ ELSEIF (TD_WINDOWS_64) LIST(APPEND SRC ./src/tsched.c) LIST(APPEND SRC ./src/tskiplist.c) LIST(APPEND SRC ./src/tsocket.c) - LIST(APPEND SRC ./src/tstatus.c) LIST(APPEND SRC ./src/tstrbuild.c) LIST(APPEND SRC ./src/ttime.c) LIST(APPEND SRC ./src/ttimer.c)