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