diff options
author | Geenz <geenz@geenzo.com> | 2013-01-22 15:37:01 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-22 15:37:01 -0500 |
commit | 29e747c4f17818816c502a3aa653b828e689be4a (patch) | |
tree | 4bb9ed177ca1d03777560c121173a361b7118e91 /indra/llcommon/llsys.cpp | |
parent | 1bbbaf8dd69a08a3e7c570e6ad14f57a4f6e91cb (diff) |
And thus, the demonic mouse position conversions from view space to screen space were tamed.
Diffstat (limited to 'indra/llcommon/llsys.cpp')
-rw-r--r-- | indra/llcommon/llsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp index c96f2191f3..2a8eea88b6 100644 --- a/indra/llcommon/llsys.cpp +++ b/indra/llcommon/llsys.cpp @@ -67,7 +67,7 @@ using namespace llsd; # include <sys/sysctl.h> # include <sys/utsname.h> # include <stdint.h> -# include <Carbon/Carbon.h> +# include <CoreServices/CoreServices.h> # include <stdexcept> # include <mach/host_info.h> # include <mach/mach_host.h> |