major re-organisation of the FreeType 2 directory hierarchy
diff --git a/src/sfnt/ttpost.h b/src/sfnt/ttpost.h
index eeb0bf1..944c00c 100644
--- a/src/sfnt/ttpost.h
+++ b/src/sfnt/ttpost.h
@@ -29,8 +29,8 @@
 #ifndef TTPOST_H
 #define TTPOST_H
 
-#include <ftconfig.h>
-#include <tttypes.h>
+#include <freetype/config/ftconfig.h>
+#include <freetype/internal/tttypes.h>
 
 #ifdef __cplusplus
 extern "C" {