Add some more individual own header includes where required
authorTor Lillqvist <tml@iki.fi>
Sun, 12 Sep 2010 10:58:13 +0000 (13:58 +0300)
committerTor Lillqvist <tml@iki.fi>
Sun, 12 Sep 2010 11:05:49 +0000 (14:05 +0300)
gio/gdbusprivate.c
glib/gunicollate.c
glib/guniprop.c

index ba4ecb1..d96121b 100644 (file)
@@ -37,6 +37,7 @@
 #include "gasyncresult.h"
 #include "gsimpleasyncresult.h"
 #include "ginputstream.h"
+#include "gmemoryinputstream.h"
 #include "giostream.h"
 #include "gsocketcontrolmessage.h"
 #include "gsocketconnection.h"
index ef399a7..165ecbc 100644 (file)
@@ -36,6 +36,9 @@
 #include "gstring.h"
 #include "gstrfuncs.h"
 #include "gtestutils.h"
+#ifndef __STDC_ISO_10646__
+#include "gconvert.h"
+#endif
 
 
 #ifdef _MSC_VER
index e741099..6390574 100644 (file)
@@ -35,6 +35,9 @@
 #include "gmirroringtable.h"
 #include "gscripttable.h"
 #include "gunicodeprivate.h"
+#ifdef G_OS_WIN32
+#include "gwin32.h"
+#endif
 
 #define ATTR_TABLE(Page) (((Page) <= G_UNICODE_LAST_PAGE_PART1) \
                           ? attr_table_part1[Page] \