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

index a8f8efab947f9a4fc4f044349dcbdaf96f9bb948..bf11b3fc6ec6f99bbb5489382f2a94b20a3af931 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)
 {