diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2020-09-17 15:10:03 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2020-09-17 15:10:03 +0300 |
commit | 20b50f99c89271518ae37ade0ef0866167070c80 (patch) | |
tree | 9fafe6a50e22598c0b228cc361b27e971c77bd23 /indra/llcache/lldir_mac.cpp | |
parent | 2e6f5164116e084fe35f952180c3f7092ad8350f (diff) |
mac build fix
Diffstat (limited to 'indra/llcache/lldir_mac.cpp')
-rw-r--r-- | indra/llcache/lldir_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcache/lldir_mac.cpp b/indra/llcache/lldir_mac.cpp index 87dc1b9795..3bc4ee844e 100644 --- a/indra/llcache/lldir_mac.cpp +++ b/indra/llcache/lldir_mac.cpp @@ -36,7 +36,7 @@ #include <unistd.h> #include <glob.h> #include <boost/filesystem.hpp> -#include "llvfs_objc.h" +#include "lldir_utils_objc.h" // -------------------------------------------------------------------------------- |