aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llvfs/lldir_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llvfs/lldir_win32.cpp')
-rw-r--r--linden/indra/llvfs/lldir_win32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llvfs/lldir_win32.cpp b/linden/indra/llvfs/lldir_win32.cpp
index 277cfea..f3edbc3 100644
--- a/linden/indra/llvfs/lldir_win32.cpp
+++ b/linden/indra/llvfs/lldir_win32.cpp
@@ -41,6 +41,7 @@
41#include <direct.h> 41#include <direct.h>
42#include <sys/types.h> 42#include <sys/types.h>
43#include <sys/stat.h> 43#include <sys/stat.h>
44#include <errno.h>
44 45
45// Utility stuff to get versions of the sh 46// Utility stuff to get versions of the sh
46#define PACKVERSION(major,minor) MAKELONG(minor,major) 47#define PACKVERSION(major,minor) MAKELONG(minor,major)