From 215f423cbe18fe9ca14a26caef918d303bad28ff Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:11 -0500 Subject: Second Life viewer sources 1.18.4.0-RC --- linden/indra/llmath/llrand.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'linden/indra/llmath/llrand.cpp') diff --git a/linden/indra/llmath/llrand.cpp b/linden/indra/llmath/llrand.cpp index e6c4cc5..11ecd8e 100644 --- a/linden/indra/llmath/llrand.cpp +++ b/linden/indra/llmath/llrand.cpp @@ -2,6 +2,8 @@ * @file llrand.cpp * @brief Global random generator. * + * $LicenseInfo:firstyear=2000&license=viewergpl$ + * * Copyright (c) 2000-2007, Linden Research, Inc. * * Second Life Viewer Source Code @@ -24,6 +26,7 @@ * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, * COMPLETENESS OR PERFORMANCE. + * $/LicenseInfo$ */ #include "linden_common.h" @@ -64,7 +67,7 @@ #define LL_USE_SYSTEM_RAND 0 #if LL_USE_SYSTEM_RAND -#include +#include #endif #if LL_USE_SYSTEM_RAND -- cgit v1.1