aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-utils.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-20 22:47:41 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-20 22:47:41 +0800
commit8e8c2a748227dbb6cc204717243bec8629c29d6d (patch)
treef236a5823115a1311cb9eea58de07699c1d1d7a8 /widgets/table/e-table-utils.c
parent488093dd883b9fbfe1b29c619794f211ba20b7db (diff)
downloadgsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.tar
gsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.tar.gz
gsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.tar.bz2
gsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.tar.lz
gsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.tar.xz
gsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.tar.zst
gsoc2013-evolution-8e8c2a748227dbb6cc204717243bec8629c29d6d.zip
Commiting patch from Pavel Roskin for adding missing headers.
svn path=/trunk/; revision=32600
Diffstat (limited to 'widgets/table/e-table-utils.c')
-rw-r--r--widgets/table/e-table-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-utils.c b/widgets/table/e-table-utils.c
index 178842cd84..ac149e19d5 100644
--- a/widgets/table/e-table-utils.c
+++ b/widgets/table/e-table-utils.c
@@ -24,6 +24,7 @@
#include <config.h>
#include <libintl.h> /* This file uses dgettext() but no _() */
+#include <string.h>
#include "e-util/e-util.h"
#include "misc/e-unicode.h"