Fix `make multi' run.

* src/smooth/ftsmooth.h: Include FT_INTERNAL_DEBUG_H.
This commit is contained in:
Werner Lemberg 2009-03-20 21:08:29 +01:00
parent f4a82bee1e
commit 7171ff5782
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-03-20 Werner Lemberg <wl@gnu.org>
Fix `make multi' run.
* src/smooth/ftsmooth.h: Include FT_INTERNAL_DEBUG_H.
2009-03-20 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #25923.

View File

@ -17,6 +17,7 @@
#include <ft2build.h>
#include FT_INTERNAL_DEBUG_H
#include FT_INTERNAL_OBJECTS_H
#include FT_OUTLINE_H
#include "ftsmooth.h"