Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/TTFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/TTFont.h')
-rw-r--r--pdf/xpdf/TTFont.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/TTFont.h b/pdf/xpdf/TTFont.h
index b4ebd96..997076c 100644
--- a/pdf/xpdf/TTFont.h
+++ b/pdf/xpdf/TTFont.h
@@ -11,9 +11,11 @@
#ifndef TTFONT_H
#define TTFONT_H
+#include <aconf.h>
+
#if !FREETYPE2 && (HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H)
-#ifdef __GNUC__
+#ifdef USE_GCC_PRAGMAS
#pragma interface
#endif