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