From 562a10c291a69e7c854f191e2d1829a8b2b67b04 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 24 May 2001 22:06:47 +0000 Subject: #include Same here. Kills warnings on newer gcc. 2001-05-25 Kjartan Maraas * e-table-specification.c: #include * e-table-state.c: Same here. Kills warnings on newer gcc. svn path=/trunk/; revision=9970 --- widgets/table/e-table-specification.c | 1 + widgets/table/e-table-state.c | 1 + 2 files changed, 2 insertions(+) (limited to 'widgets/table') 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 +#include #include #include #include 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 #include +#include #include #include #include -- cgit v1.2.3