summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-04-17 11:32:10 +0000
committerDavid Turner <david@freetype.org>2002-04-17 11:32:10 +0000
commit88027fdde48d3d3e9162780b2b95f8a1c69c1065 (patch)
treeadff2e29ca5f61e216c1efd5d7dcec147cdfac14
parent11cfdd04a257c13956d26f94c83f0b8014a7d4b6 (diff)
downloadfreetype2-VER-2-1-0.tar.gz
fixing typo preventing compilation in non-debugging modesVER-2-1-0
-rw-r--r--src/base/Jamfile4
-rw-r--r--src/base/ftdebug.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/base/Jamfile b/src/base/Jamfile
index b883f0ef7..79fdb226b 100644
--- a/src/base/Jamfile
+++ b/src/base/Jamfile
@@ -23,8 +23,8 @@ SubDirHdrs [ FT2_SubDir src base ] ;
# Add the optional/replaceable files.
#
-Library $(FT2_LIB) : ftsystem.c ftinit.c ftglyph.c ftmm.c
- ftbbox.c ftdebug.c ;
+Library $(FT2_LIB) : ftsystem.c ftinit.c ftglyph.c ftmm.c
+ ftbbox.c ftdebug.c ;
# Add Macintosh-specific file to the library when necessary.
#
diff --git a/src/base/ftdebug.c b/src/base/ftdebug.c
index f622e771d..4c6bcc55c 100644
--- a/src/base/ftdebug.c
+++ b/src/base/ftdebug.c
@@ -42,6 +42,7 @@
#include <ft2build.h>
+#include FT_FREETYPE_H
#include FT_INTERNAL_DEBUG_H
@@ -185,7 +186,7 @@
#else /* !FT_DEBUG_LEVEL_TRACE */
FT_BASE_DEF( void )
- ft_debut_init( void )
+ ft_debug_init( void )
{
/* nothing */
}