diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2007-01-30 21:48:46 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2007-01-30 21:48:46 +0000 |
commit | b3d5d89080eefe6b375e3644fee7730e143f5690 (patch) | |
tree | f4069673667c6a2d62b33e502d1306b31c95fea2 /stickynotes | |
parent | 09c218ea19ab8a95d6a35be9bbea0ddf3ed7c593 (diff) |
Add missing include to silence warning.
2007-01-30 Kjartan Maraas <kmaraas@gnome.org>
* stickynotes.c: Add missing include to silence warning.
svn path=/trunk/; revision=10157
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/ChangeLog | 4 | ||||
-rw-r--r-- | stickynotes/stickynotes.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog index d23edae0e..7e76696a8 100644 --- a/stickynotes/ChangeLog +++ b/stickynotes/ChangeLog @@ -1,3 +1,7 @@ +2007-01-30 Kjartan Maraas <kmaraas@gnome.org> + + * stickynotes.c: Add missing include to silence warning. + 2006-11-16 Tom Tromey <tromey@redhat.com> Bug #340769: diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c index 7ab728689..f5ac7ff5b 100644 --- a/stickynotes/stickynotes.c +++ b/stickynotes/stickynotes.c @@ -23,6 +23,7 @@ #include <gdk/gdkx.h> #define WNCK_I_KNOW_THIS_IS_UNSTABLE 1 #include <libgnome/libgnome.h> +#include <libgnomeui/libgnomeui.h> #include <libwnck/libwnck.h> #include <string.h> |