diff options
author | Brad Hards <bradh@frogmouth.net> | 2005-08-28 09:43:18 +0000 |
---|---|---|
committer | Brad Hards <bradh@frogmouth.net> | 2005-08-28 09:43:18 +0000 |
commit | 244e5c1f8f65da41ba6314028766dfe5973f6132 (patch) | |
tree | 95d6fcce2427b9b30d323ec921f3b906d3a4886d /fofi | |
parent | eb91b274245b4f5f5389bc9ddfde2c2806557665 (diff) |
Merge the Goo* improvements from xpdf 3.0.1. This change is based on
martink's work (7-xpdf-3.01-goo-improvements.patch), with some tweaking
by me.
Diffstat (limited to 'fofi')
-rw-r--r-- | fofi/FoFiTrueType.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fofi/FoFiTrueType.cc b/fofi/FoFiTrueType.cc index 2361c012..d8bea815 100644 --- a/fofi/FoFiTrueType.cc +++ b/fofi/FoFiTrueType.cc @@ -13,6 +13,7 @@ #endif #include <stdlib.h> +#include <string.h> #include "goo/gtypes.h" #include "goo/gmem.h" #include "goo/GooString.h" |