diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-12 13:24:03 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 10:58:22 +0800 |
commit | e87035c17b23dc6cca2eea2b0ff9223314bb55ea (patch) | |
tree | 8dc138b8f421192eb257be721fc611725f53268f /indra/llcommon/llfasttimer.h | |
parent | 0f121ca6a6d1d505ca6cb49683c6a1ebb69e6a31 (diff) |
Start including FBSD for common macro definitions
Diffstat (limited to 'indra/llcommon/llfasttimer.h')
-rw-r--r-- | indra/llcommon/llfasttimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h index 9bd93d7240..53f936db34 100644 --- a/indra/llcommon/llfasttimer.h +++ b/indra/llcommon/llfasttimer.h @@ -159,7 +159,7 @@ public: #endif // (LL_LINUX) && !(defined(__i386__) || defined(__amd64__)) -#if (LL_LINUX || LL_DARWIN) && (defined(__i386__) || defined(__amd64__)) +#if (LL_LINUX || LL_DARWIN || LL_FREEBSD) && (defined(__i386__) || defined(__amd64__)) // // Mac+Linux FAST x86 implementation of CPU clock static U32 getCPUClockCount32() |