C this file includes <sys/timeb.h> which is deprecated

Hello!
How to fix this warning:
Code:
this file includes <sys/timeb.h> which is deprecated

There need just UNIX timestamp as long integer for this library. On MacOS/Linux - everything is working perfectly.
Trying to build it with clang
 
Back
Top