From 05f0d651cb7f2033f6757408419c34257acaee24 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 30 Jan 2007 21:29:08 +0000 Subject: On linux time.h must be included to use time() --- trackerlogic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'trackerlogic.h') diff --git a/trackerlogic.h b/trackerlogic.h index a3335f3..9a6f33c 100644 --- a/trackerlogic.h +++ b/trackerlogic.h @@ -6,6 +6,7 @@ #include #include +#include /* 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 - -- cgit v1.2.3