From ca6f7419824a06b42f7e4fac03ea6bedfe54cd62 Mon Sep 17 00:00:00 2001
From: Steven Bennetts <steve@lindenlab.com>
Date: Thu, 25 Oct 2007 01:43:19 +0000
Subject: [PATCH] VC8 Fixes.

---
 indra/llvfs/lldir_win32.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp
index 277cfeae136..f415fe56ed3 100644
--- a/indra/llvfs/lldir_win32.cpp
+++ b/indra/llvfs/lldir_win32.cpp
@@ -39,6 +39,7 @@
 #include "shlobj.h"
 
 #include <direct.h>
+#include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
-- 
GitLab