From: kramm Date: Mon, 27 May 2002 16:26:18 +0000 (+0000) Subject: aconf.h is not in the global path. X-Git-Tag: release-0-4-0~92 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=195800383723343bb7f1fbc1f327bedd2aee0253 aconf.h is not in the global path. --- diff --git a/pdf2swf/xpdf/gmem.c b/pdf2swf/xpdf/gmem.c index 27ebb2b..663e69c 100644 --- a/pdf2swf/xpdf/gmem.c +++ b/pdf2swf/xpdf/gmem.c @@ -6,12 +6,12 @@ * Copyright 1996-2002 Glyph & Cog, LLC */ -#include #include #include #include #include -#include "gmem.h" +#include "./aconf.h" +#include "./gmem.h" #ifdef DEBUG_MEM