From 434f8a8d398f49268befdc2f7ad8652e0aeac658 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 10 Mar 2010 09:44:39 -0800 Subject: [PATCH] gui: Fix build problem (missing header #include). Reported by Grzegorz Artur Daszuta . --- src/ui/gui/about.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/gui/about.h b/src/ui/gui/about.h index e42667acd6..1695648841 100644 --- a/src/ui/gui/about.h +++ b/src/ui/gui/about.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation + Copyright (C) 2007, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ - +#include void about_new (GtkMenuItem *m, GtkWindow *parent); -- 2.30.2