Fix Savannah bug #31275.

* src/sfnt/ttpost.c: Include FT_INTERNAL_DEBUG_H.
This commit is contained in:
Chris Liddell 2010-10-08 18:40:18 +02:00 committed by Werner Lemberg
parent 4afa9d7443
commit bc4ed48e41
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-10-08 Chris Liddell <chris.liddell@artifex.com>
Fix Savannah bug #31275.
* src/sfnt/ttpost.c: Include FT_INTERNAL_DEBUG_H.
2010-10-06 Werner Lemberg <wl@gnu.org>
[truetype] Improve error handling of `SHZ' bytecode instruction.

View File

@ -26,6 +26,7 @@
#include <ft2build.h>
#include FT_INTERNAL_DEBUG_H
#include FT_INTERNAL_STREAM_H
#include FT_TRUETYPE_TAGS_H
#include "ttpost.h"