From: Ben Pfaff <blp@cs.stanford.edu>
Date: Wed, 10 Mar 2010 17:44:39 +0000 (-0800)
Subject: gui: Fix build problem (missing header #include).
X-Git-Tag: v0.7.5~116
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434f8a8d398f49268befdc2f7ad8652e0aeac658;p=pspp-builds.git

gui: Fix build problem (missing header #include).

Reported by Grzegorz Artur Daszuta <crefff@gmail.com>.
---

diff --git a/src/ui/gui/about.h b/src/ui/gui/about.h
index e42667ac..16956488 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 <http://www.gnu.org/licenses/>. */
 
-
+#include <gtk/gtk.h>
 
 
 void about_new (GtkMenuItem *m, GtkWindow *parent);