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