aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lltimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/lltimer.h')
-rw-r--r--linden/indra/llcommon/lltimer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/lltimer.h b/linden/indra/llcommon/lltimer.h
index bd4c274..8a4bc76 100644
--- a/linden/indra/llcommon/lltimer.h
+++ b/linden/indra/llcommon/lltimer.h
@@ -36,6 +36,8 @@
36#include <sys/time.h> 36#include <sys/time.h>
37#endif 37#endif
38 38
39#include "stdtypes.h"
40
39// units conversions 41// units conversions
40#ifndef USEC_PER_SEC 42#ifndef USEC_PER_SEC
41 const U32 USEC_PER_SEC = 1000000; 43 const U32 USEC_PER_SEC = 1000000;