diff options
author | Cody Russell <bratsche@src.gnome.org> | 2008-07-02 01:54:16 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-07-02 01:54:16 +0000 |
commit | a6a4779108259c8dfa84b76d2ea44ed2d447e73a (patch) | |
tree | c6b9146f7777a38ae311f64c1e102b1dbdbdf2e2 /gio | |
parent | 43d6efbb4668a030f635e3d9450769417f6f66e2 (diff) |
Fixed some more includes
svn path=/trunk/; revision=7131
Diffstat (limited to 'gio')
-rw-r--r-- | gio/ChangeLog | 2 | ||||
-rw-r--r-- | gio/gcontenttype.c | 1 | ||||
-rw-r--r-- | gio/gwin32volumemonitor.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/gio/ChangeLog b/gio/ChangeLog index e934f66c4..34006b553 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,6 +1,8 @@ 2008-07-01 Cody Russell <bratsche@gnome.org> + * gio/gcontenttype.c: * gio/gwin32appinfo.c: + * gio/gwin32volumemonitor.c: * gio/gwin32mount.c: Fixed some include problems. 2008-07-01 Cody Russell <bratsche@gnome.org> diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index ee71c4296..3860a27ee 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -28,6 +28,7 @@ #include <stdio.h> #include "gcontenttypeprivate.h" #include "gthemedicon.h" +#include "gicon.h" #include "glibintl.h" #include "gioalias.h" diff --git a/gio/gwin32volumemonitor.c b/gio/gwin32volumemonitor.c index 2bd47c4e5..3c62c4e16 100644 --- a/gio/gwin32volumemonitor.c +++ b/gio/gwin32volumemonitor.c @@ -32,6 +32,7 @@ #include "gwin32volumemonitor.h" #include "gwin32mount.h" +#include "gmount.h" #include "giomodule.h" #include "gioalias.h" |