X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftime.h;h=4cfdf856c521d155fe55dd7580d5180605097119;hb=0dfbc67588eff82df38b1ad18f77c061df655a01;hp=60d0a9bd5dcd8aa7faa56e8577d2e1f2e381ce0f;hpb=966037555b8b231bebfc0ed0280e7d54c31a56dd;p=lttng-tools.git diff --git a/src/common/time.h b/src/common/time.h index 60d0a9bd5..4cfdf856c 100644 --- a/src/common/time.h +++ b/src/common/time.h @@ -22,14 +22,13 @@ #include #include #include +#include #define MSEC_PER_SEC 1000ULL #define NSEC_PER_SEC 1000000000ULL #define NSEC_PER_MSEC 1000000ULL #define NSEC_PER_USEC 1000ULL -#ifndef USEC_PER_SEC #define USEC_PER_SEC 1000000ULL -#endif #define USEC_PER_MSEC 1000ULL #define SEC_PER_MINUTE 60ULL