mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
include time.h for windows struture tm
This commit is contained in:
parent
355c0d8673
commit
75893f0331
@ -12,6 +12,8 @@
|
||||
// for Linux
|
||||
#ifdef XDB_LINUX
|
||||
#include "sys/time.h"
|
||||
#elif XDB_WINDOWS
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
// @Note: since 2023/10/13 to compatible with the windows system
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user