diff options
Diffstat (limited to 'graphics/graphviz/files/patch-lib_expr_exgram.h')
-rw-r--r-- | graphics/graphviz/files/patch-lib_expr_exgram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/files/patch-lib_expr_exgram.h b/graphics/graphviz/files/patch-lib_expr_exgram.h index a355a4e0da0f..db75b42b09a9 100644 --- a/graphics/graphviz/files/patch-lib_expr_exgram.h +++ b/graphics/graphviz/files/patch-lib_expr_exgram.h @@ -1,4 +1,4 @@ ---- lib/expr/exgram.h.orig 2024-09-28 08:34:49 UTC +--- lib/expr/exgram.h.orig 2024-12-06 23:55:56 UTC +++ lib/expr/exgram.h @@ -19,7 +19,7 @@ extern "C" { * with both yacc and bison @@ -8,4 +8,4 @@ +#if !defined(_EXGRAM_H) #define _EXGRAM_H - #include <cgraph/agxbuf.h> + #include <cgraph/gv_ctype.h> |