Index: /OpenSceneGraph/trunk/src/osgPlugins/freetype/FreeTypeFont3D.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/freetype/FreeTypeFont3D.cpp (revision 9881)
+++ /OpenSceneGraph/trunk/src/osgPlugins/freetype/FreeTypeFont3D.cpp (revision 10964)
@@ -30,6 +30,6 @@
 #include FT_FREETYPE_H
 
-#include <freetype/ftoutln.h>
-#include <freetype/ftbbox.h>
+#include <ftoutln.h>
+#include <ftbbox.h>
 
 
Index: /OpenSceneGraph/trunk/src/osgPlugins/freetype/FreeTypeLibrary.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/freetype/FreeTypeLibrary.cpp (revision 7874)
+++ /OpenSceneGraph/trunk/src/osgPlugins/freetype/FreeTypeLibrary.cpp (revision 10964)
@@ -18,5 +18,5 @@
 //#define PRINT_OUT_FONT_DETAILS
 #ifdef PRINT_OUT_FONT_DETAILS
-    #include <freetype/ftsnames.h>
+    #include <ftsnames.h>
 #endif
 
Index: /OpenSceneGraph/trunk/src/osgPlugins/freetype/CMakeLists.txt
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/freetype/CMakeLists.txt (revision 9998)
+++ /OpenSceneGraph/trunk/src/osgPlugins/freetype/CMakeLists.txt (revision 10964)
@@ -3,5 +3,5 @@
 ENDIF()
 
-INCLUDE_DIRECTORIES(${FREETYPE_INCLUDE_DIRS} )
+INCLUDE_DIRECTORIES(${FREETYPE_INCLUDE_DIR_ft2build} ${FREETYPE_INCLUDE_DIR_freetype2}/freetype ${FREETYPE_INCLUDE_DIR_freetype2})
 
 IF(APPLE)
