ref: 8d3e6ecc3cf9af0d7c484960ca1dbe649245c08a
parent: 59188661e622e078cc0fc16f203573c79fcc2c98
author: Werner Lemberg <[email protected]>
date: Thu Sep 11 04:29:14 EDT 2008
* src/base/ftbase.c: Include ftadvanc.c.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-11 Werner Lemberg <[email protected]>
+
+ * src/base/ftbase.c: Include ftadvanc.c.
+
2008-09-11 suzuki toshiya <[email protected]>
* builds/unix/ftconfig.in: Duplicate the cpp computation of
--- a/src/base/ftbase.c
+++ b/src/base/ftbase.c
@@ -4,7 +4,7 @@
/* */
/* Single object library component (body only). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2007 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2007, 2008 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -20,6 +20,7 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
+#include "ftadvanc.c"
#include "ftcalc.c"
#include "ftdbgmem.c"
#include "ftgloadr.c"