From 083e54bca6870b8ced3b8efe60107979556cec16 Mon Sep 17 00:00:00 2001 From: ellson Date: Sun, 21 May 2006 06:33:19 +0000 Subject: [PATCH] Make libgd optional, default without. Use: --with-mylibgd to add it back in or use: graphviz-gd to get it from a plugin. --- lib/circogen/blocktree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/circogen/blocktree.c b/lib/circogen/blocktree.c index 3c75622f6..52b4411a7 100644 --- a/lib/circogen/blocktree.c +++ b/lib/circogen/blocktree.c @@ -15,7 +15,7 @@ **********************************************************/ -#include +#include "blocktree.h" static int min_value(int x, int y) { -- 2.40.0