summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authorerdgeist <>2007-01-30 21:29:08 +0000
committererdgeist <>2007-01-30 21:29:08 +0000
commit05f0d651cb7f2033f6757408419c34257acaee24 (patch)
tree27b5eb08a53773012e306ad1b317f349765ddf8d /trackerlogic.h
parentf0ddf30389d9aee8911ae42bcf67cab13462769b (diff)
On linux time.h must be included to use time()
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trackerlogic.h b/trackerlogic.h
index a3335f3..9a6f33c 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -6,6 +6,7 @@
6 6
7#include <sys/types.h> 7#include <sys/types.h>
8#include <sys/time.h> 8#include <sys/time.h>
9#include <time.h>
9 10
10/* Should be called BYTE, WORD, DWORD - but some OSs already have that and there's no #iftypedef */ 11/* Should be called BYTE, WORD, DWORD - but some OSs already have that and there's no #iftypedef */
11/* They mark memory used as data instead of integer or human readable string - 12/* They mark memory used as data instead of integer or human readable string -