From 57511fd271834f6f6f7b6f396c451afd6241a6c4 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 12 Jan 2011 20:30:28 +0900 Subject: clean up hgmacros.h --- devices/cairo/Makefile.am | 1 + devices/cairo/cairo-main.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'devices') diff --git a/devices/cairo/Makefile.am b/devices/cairo/Makefile.am index 8047536..c2824d1 100644 --- a/devices/cairo/Makefile.am +++ b/devices/cairo/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ $(CAIRO_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/hieroglyph \ + -DHG_COMPILATION \ $(NULL) LIBS = \ @LDFLAGS@ \ diff --git a/devices/cairo/cairo-main.c b/devices/cairo/cairo-main.c index 912c541..8a07e15 100644 --- a/devices/cairo/cairo-main.c +++ b/devices/cairo/cairo-main.c @@ -29,6 +29,8 @@ #include #include #include +/* GLib is still needed for the mutex lock */ +#include #include "hgarray.h" #include "hgerror.h" #include "hggstate.h" -- cgit v1.2.3