From a166b3be481d9c8ce4026b1e2e2854373a283e16 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 5 Jul 2003 17:38:18 +0000 Subject: [PATCH] include ../../config.h. --- pdf2swf/ttf2pt1/ttf2pt1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdf2swf/ttf2pt1/ttf2pt1.c b/pdf2swf/ttf2pt1/ttf2pt1.c index 7a916ab..4daae85 100644 --- a/pdf2swf/ttf2pt1/ttf2pt1.c +++ b/pdf2swf/ttf2pt1/ttf2pt1.c @@ -65,6 +65,8 @@ #include #include +#include "../../config.h" + #ifdef _GNU_SOURCE #include #endif -- 1.7.10.4