summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-common.h')
-rw-r--r--pango/opentype/hb-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-common.h b/pango/opentype/hb-common.h
index a6be6ba5..15396ab2 100644
--- a/pango/opentype/hb-common.h
+++ b/pango/opentype/hb-common.h
@@ -29,7 +29,7 @@
# ifdef HAVE_STDINT_H
# include <stdint.h>
-# else ifdef HAVE_INTTYPES_H
+# elif defined(HAVE_INTTYPES_H)
# include <inttypes.h>
# endif