diff options
author | Drew DeVault <[email protected]> | 2018-03-28 12:21:50 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-28 14:43:23 -0400 |
commit | d39bda76c4007c42452a81883fefc671b816a74b (patch) | |
tree | 509a9c669bf2679085e27a1ff1b0c95526abf14c /include/cairo.h | |
parent | 653853062f15639c97d02a8d67443506ce3af69d (diff) |
Address review comments
Diffstat (limited to 'include/cairo.h')
-rw-r--r-- | include/cairo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cairo.h b/include/cairo.h index f5f474d7..31672705 100644 --- a/include/cairo.h +++ b/include/cairo.h @@ -8,7 +8,8 @@ void cairo_set_source_u32(cairo_t *cairo, uint32_t color); cairo_surface_t *cairo_image_surface_scale(cairo_surface_t *image, int width, int height); -#ifdef WITH_GDK_PIXBUF +#include "config.h" +#ifdef HAVE_GDK_PIXBUF #include <gdk-pixbuf/gdk-pixbuf.h> cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf( |