diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-11 02:20:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-11 02:20:52 +0800 |
commit | 67bf5ca8370842e92754b1c5cd915e9ce6022f7f (patch) | |
tree | 63fbc58cda74b992adc8700911b7194d3378a2aa /widgets | |
parent | ea8c94879c991cf1e09a53ae51e89a0f0715a9e1 (diff) | |
download | gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar.gz gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar.zst gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.zip |
Include string.h here.
2002-05-10 Christopher James Lahey <clahey@ximian.com>
* e-table-search.c: Include string.h here.
svn path=/trunk/; revision=16749
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table-search.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-search.c b/widgets/table/e-table-search.c index b1fd6b3cba..dfc08c7cf8 100644 --- a/widgets/table/e-table-search.c +++ b/widgets/table/e-table-search.c @@ -26,6 +26,8 @@ #include "e-table-search.h" #include "gal/util/e-util.h" +#include <string.h> + #define ETS_CLASS(e) ((ETableSearchClass *)((GtkObject *)e)->klass) #define PARENT_TYPE gtk_object_get_type () |