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 /plugins/groupwise-features/send-options.c | |
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
Diffstat (limited to 'plugins/groupwise-features/send-options.c')
-rw-r--r-- | plugins/groupwise-features/send-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |