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