Fixed some include problems.
authorCody Russell <bratsche@gnome.org>
Wed, 2 Jul 2008 01:52:37 +0000 (01:52 +0000)
committerCody Russell <bratsche@src.gnome.org>
Wed, 2 Jul 2008 01:52:37 +0000 (01:52 +0000)
2008-07-01  Cody Russell  <bratsche@gnome.org>

        * gio/gwin32appinfo.c:
        * gio/gwin32mount.c: Fixed some include problems.

svn path=/trunk/; revision=7130

gio/ChangeLog
gio/gwin32appinfo.c
gio/gwin32mount.c

index 3116265332ebebcf75a6521a2139e8ab8d2b4f98..e934f66c4ff8525aeff18e6c77d6b45643e6ab20 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-01  Cody Russell  <bratsche@gnome.org>
+
+       * gio/gwin32appinfo.c:
+       * gio/gwin32mount.c: Fixed some include problems.
+
 2008-07-01  Cody Russell  <bratsche@gnome.org>
 
         * gio/gioenums.h:
index ab45cf1dae7f24c43a3674d85ccc63629a94646e..693bcc213731682ae216741393aebad733fe4414 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "gcontenttypeprivate.h"
 #include "gwin32appinfo.h"
+#include "gappinfo.h"
 #include "gioerror.h"
 #include "gfile.h"
 #include <glib/gstdio.h>
index 86ec45f56c18abfaec3f5f281eef3e6ccab158bd..f1cd0cb3ebfb5d5234c20ebcd106cb41577846d1 100644 (file)
@@ -32,6 +32,8 @@
 #include <glib.h>
 #include "gwin32volumemonitor.h"
 #include "gwin32mount.h"
+#include "gmount.h"
+#include "gfile.h"
 #include "gmountprivate.h"
 #include "gvolumemonitor.h"
 #include "gthemedicon.h"