New gcompat.h header file as recommended by Havoc.
[platform/upstream/glib.git] / garray.c
index 7bcb220..c50d643 100644 (file)
--- a/garray.c
+++ b/garray.c
  * MT safe
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string.h>
 #include <stdlib.h>
 #include "glib.h"