mirror of
git://erdgeist.org/opentracker
synced 2025-02-22 17:11:29 +08:00
On linux time.h must be included to use time()
This commit is contained in:
parent
f0ddf30389
commit
05f0d651cb
@ -6,6 +6,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
/* Should be called BYTE, WORD, DWORD - but some OSs already have that and there's no #iftypedef */
|
||||
/* They mark memory used as data instead of integer or human readable string -
|
||||
|
Loading…
x
Reference in New Issue
Block a user