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 d7310bd..2ac7bdb 100644
--- a/linden/indra/llrender/llfont.cpp
+++ b/linden/indra/llrender/llfont.cpp
@@ -37,8 +37,7 @@
37#if !defined(LL_LINUX) || defined(LL_STANDALONE) 37#if !defined(LL_LINUX) || defined(LL_STANDALONE)
38# include <ft2build.h> 38# include <ft2build.h>
39#else 39#else
40// I had to do some work to avoid the system-installed FreeType headers... --ryan. 40# include "ft2build.h"
41# include "llfreetype2/freetype/ft2build.h"
42#endif 41#endif
43 42
44// For some reason, this won't work if it's not wrapped in the ifdef 43// For some reason, this won't work if it's not wrapped in the ifdef