From 80581c3011871fa000433a881554ffc1e9363468 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 6 Mar 2004 03:38:59 +0000 Subject: Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-05 Federico Mena Quintero Fixes #136082 and #135265, patch by Morten Welinder. * configure.in: Use AC_SYS_LARGEFILE. * */*.c: #include --- gtk/gtkcelllayout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtkcelllayout.c') diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 6dff24412..1234e974e 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -17,6 +17,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include "gtkcelllayout.h" GType -- cgit v1.2.1