diff options
Diffstat (limited to 'src/time/clock_t.c')
-rw-r--r-- | src/time/clock_t.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/time/clock_t.c b/src/time/clock_t.c index fe7a3842..d6e5d966 100644 --- a/src/time/clock_t.c +++ b/src/time/clock_t.c @@ -1,5 +1,5 @@ -#include <time.h> -typedef long int clock_t; +typedef long int + clock_t; /** clock ticks **/ |