summaryrefslogtreecommitdiff
path: root/indra/llcommon/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/timing.h')
-rw-r--r--indra/llcommon/timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/timing.h b/indra/llcommon/timing.h
index f09fb0f92b..8952bc3b52 100644
--- a/indra/llcommon/timing.h
+++ b/indra/llcommon/timing.h
@@ -11,7 +11,7 @@
#include <time.h>
-#if LL_LINUX || LL_DARWIN
+#if LL_LINUX || LL_DARWIN || LL_SOLARIS
# include <sys/time.h>
#endif