aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sort-info.c')
-rw-r--r--widgets/table/e-table-sort-info.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c
index 2566f7e264..bc4cf16f39 100644
--- a/widgets/table/e-table-sort-info.c
+++ b/widgets/table/e-table-sort-info.c
@@ -9,10 +9,13 @@
* (C) 1999, 2000, 2001 Ximian, Inc.
*/
#include <config.h>
-#include <gtk/gtksignal.h>
+
#include "e-table-sort-info.h"
+
+#include <gtk/gtksignal.h>
#include "gal/util/e-util.h"
#include "gal/util/e-xml-utils.h"
+#include <string.h>
#define ETM_CLASS(e) ((ETableSortInfoClass *)((GtkObject *)e)->klass)