From: erg Date: Thu, 5 Oct 2006 20:58:42 +0000 (+0000) Subject: Add include of assert.h to make sure assert() is handled correctly. X-Git-Tag: LAST_LIBGRAPH~32^2~5839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c7bc367fc3886a6ab12ff1e31013d95e72fa3d4;p=graphviz Add include of assert.h to make sure assert() is handled correctly. --- diff --git a/cmd/tools/dot2gxl.c b/cmd/tools/dot2gxl.c index d42235cc4..a24db2fd5 100644 --- a/cmd/tools/dot2gxl.c +++ b/cmd/tools/dot2gxl.c @@ -16,7 +16,7 @@ #include -#include +/* #include */ #include #define SMALLBUF 128