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

plugin/rsvg/Makefile.am
plugin/rsvg/gvloadimage_rsvg.c
plugin/rsvg/gvplugin_rsvg.c

index 99619b022513bfca29f8c2d1fd86f755618baa3e..d2da85b9997b0a244842f4b4adb2c5a397fcdfcd 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 d5e39bba3fe70197113f7b7b153f1cf0b73b40a6..836f28735b5851d16f00aa7cc32c79c5db6f6b46 100644 (file)
@@ -16,7 +16,7 @@
 #include <stdlib.h>
 #include <sys/stat.h>
 
-#include "gvplugin_loadimage.h"
+#include <gvc/gvplugin_loadimage.h>
 
 #ifdef HAVE_PANGOCAIRO
 #ifdef HAVE_RSVG
index 3b0f7138918c3a92e3414d28994eb80c8f035867..c40361bd5d2d780e9b63ffaa979d46fe80d8ae21 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_rsvg_types[];