]> granicus.if.org Git - graphviz/commitdiff
utils.h: fix missing include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Aug 2021 03:48:22 +0000 (20:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 18 Aug 2021 14:32:30 +0000 (07:32 -0700)
This header references agxbuf objects in function prototypes.

lib/common/utils.h

index c951a5b27013784573828f812789f5337a754e4d..74fa29830db69e814b9e9e5550c1ed589f6da6ab 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef _UTILS_H
 #define _UTILS_H 1
 
+#include <cgraph/agxbuf.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif