From: Ben Pfaff Date: Sat, 22 Dec 2012 23:01:24 +0000 (-0800) Subject: glade: Add #include . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd6e0df2ed6fe05be3065dc84a0a17dd4ee73f9;p=pspp glade: Add #include . I have found that this is necessary with the latest update to Gnulib to make the glade code compile without errors. --- diff --git a/glade/acr.c b/glade/acr.c index 397dc5d812..c6ee0ef639 100644 --- a/glade/acr.c +++ b/glade/acr.c @@ -1,3 +1,4 @@ +#include #include #include diff --git a/glade/bbox.c b/glade/bbox.c index 46ed7fbd02..2e675c41b2 100644 --- a/glade/bbox.c +++ b/glade/bbox.c @@ -1,3 +1,4 @@ +#include #include #include diff --git a/glade/dialog.c b/glade/dialog.c index 09330bd787..7b13226e01 100644 --- a/glade/dialog.c +++ b/glade/dialog.c @@ -1,3 +1,4 @@ +#include #include #include diff --git a/glade/selector.c b/glade/selector.c index d2b21a9972..6b2e4d7938 100644 --- a/glade/selector.c +++ b/glade/selector.c @@ -1,3 +1,4 @@ +#include #include #include