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