diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/timing.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/llcommon/timing.h b/linden/indra/llcommon/timing.h index b799001..3ea2a0e 100644 --- a/linden/indra/llcommon/timing.h +++ b/linden/indra/llcommon/timing.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file timing.h | 2 | * @file timing.h |
3 | * @brief Cross-platform routines for doing timing. | 3 | * @brief Cross-platform routines for doing timing. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2000&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2000-2007, Linden Research, Inc. | 7 | * Copyright (c) 2000-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,15 +26,15 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_TIMING_H | 32 | #ifndef LL_TIMING_H |
30 | #define LL_TIMING_H | 33 | #define LL_TIMING_H |
31 | 34 | ||
32 | #include <time.h> | ||
33 | 35 | ||
34 | #if LL_LINUX || LL_DARWIN || LL_SOLARIS | 36 | #if LL_LINUX || LL_DARWIN || LL_SOLARIS |
35 | # include <sys/time.h> | 37 | #include <sys/time.h> |
36 | #endif | 38 | #endif |
37 | 39 | ||
38 | 40 | ||