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