diff options
author | Mathias Hasselmann <hasselmm@src.gnome.org> | 2007-12-13 10:05:07 +0000 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@src.gnome.org> | 2007-12-13 10:05:07 +0000 |
commit | d22e4ed9cea412e4286733b79ea8e102853b8016 (patch) | |
tree | 881b1ed7e1b85528d12cafe37e75d42d0bf071a1 /gdk | |
parent | 9bf93a6fc834107b9f417f9a3fded44020a7b663 (diff) | |
download | gtk+-d22e4ed9cea412e4286733b79ea8e102853b8016.tar.gz |
Make the code compile again after the GdkAppLaunchContext changes.
* configure.in: Add gio-2.0 to GDK_PACKAGES.
* gdk/gdkinternals.h: Include <gio/gappinfo.h>.
svn path=/trunk/; revision=19168
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdkinternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index b8c84c51dc..8c79cb1021 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -29,6 +29,7 @@ #include <gdk/gdktypes.h> #include <gdk/gdkwindow.h> #include <gdk/gdkprivate.h> +#include <gio/gappinfo.h> #ifndef __GDK_INTERNALS_H__ #define __GDK_INTERNALS_H__ |