diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2005-07-08 01:06:28 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2005-07-08 01:06:28 +0800 |
commit | 3a92a0bb17fcdf69673df947e36d18ee7da89448 (patch) | |
tree | d437558d8668dd7dc8b78d55d6dc0f089288fd03 | |
parent | 95b9caaa200aea6dcfe2dda18467770224d7a92e (diff) | |
download | gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.tar gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.tar.gz gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.tar.bz2 gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.tar.lz gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.tar.xz gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.tar.zst gsoc2013-evolution-3a92a0bb17fcdf69673df947e36d18ee7da89448.zip |
Add missing header.
* send-options.c: Add missing header.
svn path=/trunk/; revision=29678
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/groupwise-features/send-options.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 86c2e4d16f..ff938fcd27 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,7 @@ +2005-07-07 Frederic Crozat <fcrozat@mandriva.com> + + * send-options.c: Add missing header. + 2005-07-07 Vivek Jain <jvivek@novell.com> * org-gnome-groupwise-features.eplug.xml: diff --git a/plugins/groupwise-features/send-options.c b/plugins/groupwise-features/send-options.c index 6f575032fc..1fd53bd99f 100644 --- a/plugins/groupwise-features/send-options.c +++ b/plugins/groupwise-features/send-options.c @@ -22,6 +22,7 @@ #include <config.h> #endif +#include <string.h> #include <libgnome/gnome-i18n.h> #include <glade/glade.h> #include <gtk/gtk.h> |