This commit is contained in:
lion 2025-09-30 09:36:52 +08:00
parent 8a254e3e83
commit 2d71241a3b

View File

@ -12,7 +12,9 @@
// for Linux
#ifdef XDB_LINUX
#include "sys/time.h"
#elif XDB_WINDOWS
#endif
#ifdef XDB_WINDOWS
#include <time.h>
#endif