--- a/src/rrd_graph.h.ORIG        2017-05-16 14:26:46 +0200
+++ a/src/rrd_graph.h     2018-01-02 17:12:39 +0100
@@ -9,15 +9,15 @@
    so load this early */
 #include "rrd_config.h"
 
-#include <cairo.h>
+#include <cairo/cairo.h>
 #ifdef CAIRO_HAS_PDF_SURFACE
-#include <cairo-pdf.h>
+#include <cairo/cairo-pdf.h>
 #endif
 #ifdef CAIRO_HAS_SVG_SURFACE
-#include <cairo-svg.h>
+#include <cairo/cairo-svg.h>
 #endif
 #ifdef CAIRO_HAS_PS_SURFACE
-#include <cairo-ps.h>
+#include <cairo/cairo-ps.h>
 #endif
 
 #include <pango/pangocairo.h>
