summaryrefslogtreecommitdiff
path: root/src/smooth/ftgrays.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-12-08 02:42:29 +0000
committerDavid Turner <david@freetype.org>2000-12-08 02:42:29 +0000
commit19ed8afe60bbc5becf0fbbe3987a91b35a36aad4 (patch)
tree8884a83e43c588afde8967d40c5ea84dbf8aa33b /src/smooth/ftgrays.h
parent508409434ccb7320b5a3d7b03260580ac69eb6da (diff)
downloadfreetype2-19ed8afe60bbc5becf0fbbe3987a91b35a36aad4.tar.gz
- updated all source files to adhere to the new inclusion scheme
- the CFF loader now loads the encodings and charset tables though doesn't use them for now
Diffstat (limited to 'src/smooth/ftgrays.h')
-rw-r--r--src/smooth/ftgrays.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smooth/ftgrays.h b/src/smooth/ftgrays.h
index 5055f6d26..cfbd8bbd2 100644
--- a/src/smooth/ftgrays.h
+++ b/src/smooth/ftgrays.h
@@ -25,7 +25,8 @@
#ifdef _STANDALONE_
#include "ftimage.h"
#else
-#include <freetype/ftimage.h>
+#include <ft2build.h>
+#include FT_IMAGE_H
#endif
/*************************************************************************/