]> granicus.if.org Git - graphviz/commitdiff
fix: update dot.c example for latest API
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Jul 2020 17:10:16 +0000 (10:10 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 7 Jul 2020 00:11:25 +0000 (17:11 -0700)
dot.demo/dot.c

index d68e90d6a3fc79f0cccb9650db4f493fb28eef25..f64a6f35ca2d2af8a3e06d92639f7fce29fcbdb0 100644 (file)
@@ -11,7 +11,7 @@
  * Contributors: See CVS logs. Details at http://www.graphviz.org/
  *************************************************************************/
 
-#include <gvc.h>
+#include <graphviz/gvc.h>
 
 int main(int argc, char **argv)
 {