diff --git a/indra/llrender/llfont.cpp b/indra/llrender/llfont.cpp index d6d307c50..64c01406e 100644 --- a/indra/llrender/llfont.cpp +++ b/indra/llrender/llfont.cpp @@ -39,7 +39,10 @@ # include #else // I had to do some work to avoid the system-installed FreeType headers... --ryan. -# include "llfreetype2/freetype/ft2build.h" +//This path no longer exists. +//# include "llfreetype2/freetype/ft2build.h" +//This works fine. +# include "../include/ft2build.h" #endif // For some reason, this won't work if it's not wrapped in the ifdef