X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftime.h;h=4cfdf856c521d155fe55dd7580d5180605097119;hb=ee5b998f96be26a66976fd8afbe712e1ff43f411;hp=60d0a9bd5dcd8aa7faa56e8577d2e1f2e381ce0f;hpb=79064e4e3acf75b4acda0dbd2c9f0671302dbb2d;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