diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 1 |
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 - |