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 --- tests/testactions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testactions.c') diff --git a/tests/testactions.c b/tests/testactions.c index 9c3939b9ae..8acb5ca111 100644 --- a/tests/testactions.c +++ b/tests/testactions.c @@ -1,4 +1,5 @@ #undef GTK_DISABLE_DEPRECATED +#include #include static GtkActionGroup *action_group = NULL; -- cgit v1.2.1