]> granicus.if.org Git - graphviz/commitdiff
disambiguate plugin/gs #includes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 Aug 2020 03:18:58 +0000 (20:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Sep 2020 14:55:27 +0000 (07:55 -0700)
Related to #1785.

plugin/gs/Makefile.am
plugin/gs/gvloadimage_gs.c
plugin/gs/gvplugin_gs.c

index 4ed8ccaa2989de4ba7c79e93f8f5438d5f904424..57057d3f5780bd5b8dd12b47f59263487288bd62 100644 (file)
@@ -2,6 +2,7 @@
 ## Process this file with automake to produce Makefile.in
 
 AM_CPPFLAGS = \
+       -I$(top_srcdir)/lib \
        -I$(top_srcdir)/lib/common \
        -I$(top_srcdir)/lib/pathplan \
        -I$(top_srcdir)/lib/gvc \
index a33354da71176a83d2f66366911b07510723bfc6..417087b15aa6deb1b665d64b7b18a856d008ddb6 100644 (file)
@@ -17,7 +17,7 @@
 #include <stdint.h>
 #include <sys/stat.h>
 
-#include "gvplugin_loadimage.h"
+#include <gvc/gvplugin_loadimage.h>
 
 #ifdef HAVE_GS
 #ifdef HAVE_PANGOCAIRO
index b7a6f785a98a7b2205abef1f4205c4bf20f0bb6d..5e0fa60fd087d8e59a4c5bf437550b0aa9eac0b2 100644 (file)
@@ -11,7 +11,7 @@
  * Contributors: See CVS logs. Details at http://www.graphviz.org/
  *************************************************************************/
 
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
 
 extern gvplugin_installed_t gvloadimage_gs_types[];