From: ellson Date: Fri, 21 Dec 2007 01:50:03 +0000 (+0000) Subject: make it work X-Git-Tag: LAST_LIBGRAPH~32^2~4962 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c67d43aa138a75e0f5153ec9c7abc3be3f6c1db;p=graphviz make it work --- diff --git a/lib/gvc/Makefile.am b/lib/gvc/Makefile.am index 1b1288b7d..32243dce9 100644 --- a/lib/gvc/Makefile.am +++ b/lib/gvc/Makefile.am @@ -28,7 +28,7 @@ pdf_DATA = gvc.pdf libgvc_C_la_SOURCES = gvrender.c gvlayout.c gvdevice.c gvloadimage.c \ gvcontext.c gvjobs.c gvevent.c gvplugin.c gvconfig.c \ - gvprintnum.c gvtextlayout.c gvusershape.c gvc.c + gvtextlayout.c gvusershape.c gvc.c libgvc_C_la_LIBADD = $(top_builddir)/lib/common/libcommon_C.la \ $(top_builddir)/lib/pack/libpack_C.la diff --git a/lib/gvc/gvdevice.c b/lib/gvc/gvdevice.c index fe2caf787..2a39d97e0 100644 --- a/lib/gvc/gvdevice.c +++ b/lib/gvc/gvdevice.c @@ -42,6 +42,7 @@ #include #endif +#include "logic.h" #include "const.h" #include "gvplugin_device.h" #include "gvcjob.h"