From: Ben Pfaff Date: Wed, 10 Mar 2010 17:44:39 +0000 (-0800) Subject: gui: Fix build problem (missing header #include). X-Git-Tag: sav-api~357 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=434f8a8d398f49268befdc2f7ad8652e0aeac658 gui: Fix build problem (missing header #include). Reported by Grzegorz Artur Daszuta . --- 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);