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