Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/CharCodeToUnicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/CharCodeToUnicode.h')
-rw-r--r--pdf/xpdf/CharCodeToUnicode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/CharCodeToUnicode.h b/pdf/xpdf/CharCodeToUnicode.h
index 06916c8..9cbd2a9 100644
--- a/pdf/xpdf/CharCodeToUnicode.h
+++ b/pdf/xpdf/CharCodeToUnicode.h
@@ -11,7 +11,9 @@
#ifndef CHARCODETOUNICODE_H
#define CHARCODETOUNICODE_H
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma interface
#endif