From: ellson Date: Tue, 8 Jan 2008 18:18:59 +0000 (+0000) Subject: use "..." for local includes X-Git-Tag: LAST_LIBGRAPH~32^2~4906 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ff6c244bbe405eee1d75d1ade5768b59f8f2731;p=graphviz use "..." for local includes --- diff --git a/lib/common/types.h b/lib/common/types.h index 9fab28bca..2f9e570d9 100644 --- a/lib/common/types.h +++ b/lib/common/types.h @@ -191,7 +191,7 @@ extern "C" { boolean usershape; } shape_desc; -#include /* usershapes needed by gvc even w/o CODEGENS */ +#include "usershape.h" /* usershapes needed by gvc even w/o CODEGENS */ #ifdef WITH_CODEGENS struct codegen_s {