aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/autofit/aferrors.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/autofit/aferrors.h')
-rw-r--r--freetype/src/autofit/aferrors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/autofit/aferrors.h b/freetype/src/autofit/aferrors.h
index 50e1a22dd..824d0b3a3 100644
--- a/freetype/src/autofit/aferrors.h
+++ b/freetype/src/autofit/aferrors.h
@@ -26,7 +26,7 @@
#ifndef __AFERRORS_H__
#define __AFERRORS_H__
-#include FT_MODULE_ERRORS_H
+#include <freetype/ftmoderr.h>
#undef __FTERRORS_H__
@@ -34,7 +34,7 @@
#define FT_ERR_PREFIX AF_Err_
#define FT_ERR_BASE FT_Mod_Err_Autofit
-#include FT_ERRORS_H
+#include <freetype/fterrors.h>
#endif /* __AFERRORS_H__ */