| Index: src/sfnt/sfnt.c
|
| diff --git a/src/sfnt/sfnt.c b/src/sfnt/sfnt.c
|
| index fc507b49613364c9f06448b7808980a8e3e9dae6..d62ed4e0b55d79c6c1df795eb30538e9747994c0 100644
|
| --- a/src/sfnt/sfnt.c
|
| +++ b/src/sfnt/sfnt.c
|
| @@ -4,7 +4,7 @@
|
| /* */
|
| /* Single object library component. */
|
| /* */
|
| -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006 by */
|
| +/* Copyright 1996-2006, 2013 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -28,6 +28,7 @@
|
| #include "sfdriver.c"
|
|
|
| #ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
|
| +#include "pngshim.c"
|
| #include "ttsbit.c"
|
| #endif
|
|
|
|
|