aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-table-specification.c1
-rw-r--r--widgets/table/e-table-state.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c
index b5acc017e3..487f3113ad 100644
--- a/widgets/table/e-table-specification.c
+++ b/widgets/table/e-table-specification.c
@@ -13,6 +13,7 @@
#include "e-table-specification.h"
#include <stdlib.h>
+#include <string.h>
#include <gtk/gtksignal.h>
#include <gnome-xml/parser.h>
#include <gnome-xml/xmlmemory.h>
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c
index 0e0fa9f6ef..4c6467ce8e 100644
--- a/widgets/table/e-table-state.c
+++ b/widgets/table/e-table-state.c
@@ -10,6 +10,7 @@
*/
#include <config.h>
#include <stdlib.h>
+#include <string.h>
#include <gtk/gtksignal.h>
#include <gtk/gtkobject.h>
#include <gnome-xml/parser.h>