diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-01 13:22:45 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-01 13:22:45 -0500 | 
| commit | 3a40bdbe522994036bfb56937644eb323f97a269 (patch) | |
| tree | 41d159c9ac19c53c03942d2e5cd6859d00c93147 | |
| parent | 1e49e9ae323395721ef2d845979b0cec5abb9b75 (diff) | |
Fixing linux build failure
| -rwxr-xr-x | indra/llcommon/llfasttimer_class.cpp | 1 | 
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() | 
