summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fontmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r--pango/pangocairo-fontmap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c
index 31e36621..ad381160 100644
--- a/pango/pangocairo-fontmap.c
+++ b/pango/pangocairo-fontmap.c
@@ -27,9 +27,11 @@
#if defined (HAVE_CAIRO_ATSUI)
# include "pangocairo-atsui.h"
-#elif defined (HAVE_CAIRO_WIN32)
+#endif
+#if defined (HAVE_CAIRO_WIN32)
# include "pangocairo-win32.h"
-#elif defined (HAVE_CAIRO_FREETYPE)
+#endif
+#if defined (HAVE_CAIRO_FREETYPE)
# include "pangocairo-fc.h"
#endif