summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-12-01 13:22:45 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-12-01 13:22:45 -0500
commit3a40bdbe522994036bfb56937644eb323f97a269 (patch)
tree41d159c9ac19c53c03942d2e5cd6859d00c93147 /indra/llcommon
parent1e49e9ae323395721ef2d845979b0cec5abb9b75 (diff)
Fixing linux build failure
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-xindra/llcommon/llfasttimer_class.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llfasttimer_class.cpp b/indra/llcommon/llfasttimer_class.cpp
index a3e006d70b..f48ecda8ce 100755
--- a/indra/llcommon/llfasttimer_class.cpp
+++ b/indra/llcommon/llfasttimer_class.cpp
@@ -41,6 +41,7 @@
#elif LL_LINUX || LL_SOLARIS
#include <sys/time.h>
#include <sched.h>
+#include "lltimer.h"
#elif LL_DARWIN
#include <sys/time.h>
#include "lltimer.h" // get_clock_count()