diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llvfs/llvfile.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llvfs/llvfile.cpp b/linden/indra/llvfs/llvfile.cpp index 61de885..085c36c 100644 --- a/linden/indra/llvfs/llvfile.cpp +++ b/linden/indra/llvfs/llvfile.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2002-2008, Linden Research, Inc. | 7 | * Copyright (c) 2002-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -35,6 +35,7 @@ | |||
35 | 35 | ||
36 | #include "llerror.h" | 36 | #include "llerror.h" |
37 | #include "llthread.h" | 37 | #include "llthread.h" |
38 | #include "llstat.h" | ||
38 | #include "llvfs.h" | 39 | #include "llvfs.h" |
39 | 40 | ||
40 | const S32 LLVFile::READ = 0x00000001; | 41 | const S32 LLVFile::READ = 0x00000001; |