diff options
Diffstat (limited to 'widgets/table/e-tree-model.c')
-rw-r--r-- | widgets/table/e-tree-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-tree-model.c b/widgets/table/e-tree-model.c index 24eada7d56..895b3fb3cd 100644 --- a/widgets/table/e-tree-model.c +++ b/widgets/table/e-tree-model.c @@ -14,6 +14,7 @@ #include <stdio.h> #include <errno.h> +#include <stdlib.h> #include <unistd.h> #include <fcntl.h> @@ -21,7 +22,6 @@ #include <gnome-xml/xmlmemory.h> #include <gtk/gtksignal.h> -#include <stdlib.h> #include "gal/util/e-util.h" #include "gal/util/e-xml-utils.h" #include "e-tree-model.h" |