diff --git a/binding/c/xdb_util.c b/binding/c/xdb_util.c index 0f04a4e..c2e8ef9 100644 --- a/binding/c/xdb_util.c +++ b/binding/c/xdb_util.c @@ -12,6 +12,8 @@ // for Linux #ifdef XDB_LINUX #include "sys/time.h" +#elif XDB_WINDOWS +#include #endif // @Note: since 2023/10/13 to compatible with the windows system