aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-11 02:20:52 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-11 02:20:52 +0800
commit67bf5ca8370842e92754b1c5cd915e9ce6022f7f (patch)
tree63fbc58cda74b992adc8700911b7194d3378a2aa
parentea8c94879c991cf1e09a53ae51e89a0f0715a9e1 (diff)
downloadgsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar
gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar.gz
gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar.bz2
gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar.lz
gsoc2013-evolution-67bf5ca8370842e92754b1c5cd915e9ce6022f7f.tar.xz
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
-rw-r--r--widgets/table/e-table-search.c2
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 ()