aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llrender
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llrender')
-rw-r--r--linden/indra/llrender/llfont.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llrender/llfont.cpp b/linden/indra/llrender/llfont.cpp
index 9245803..dd33128 100644
--- a/linden/indra/llrender/llfont.cpp
+++ b/linden/indra/llrender/llfont.cpp
@@ -38,8 +38,7 @@
38#if !defined(LL_LINUX) || defined(LL_STANDALONE) 38#if !defined(LL_LINUX) || defined(LL_STANDALONE)
39# include <ft2build.h> 39# include <ft2build.h>
40#else 40#else
41// I had to do some work to avoid the system-installed FreeType headers... --ryan. 41# include "ft2build.h"
42# include "llfreetype2/freetype/ft2build.h"
43#endif 42#endif
44 43
45// For some reason, this won't work if it's not wrapped in the ifdef 44// For some reason, this won't work if it's not wrapped in the ifdef