Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Annot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/Annot.cc')
-rw-r--r--pdf/xpdf/Annot.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/pdf/xpdf/Annot.cc b/pdf/xpdf/Annot.cc
index b9c606f..8ebf6a0 100644
--- a/pdf/xpdf/Annot.cc
+++ b/pdf/xpdf/Annot.cc
@@ -6,11 +6,12 @@
//
//========================================================================
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
-#include <aconf.h>
#include "gmem.h"
#include "Object.h"
#include "Gfx.h"