From: Ben Pfaff Date: Thu, 26 Jan 2012 04:53:48 +0000 (-0800) Subject: perl-module: Add missing "#include"s to PSPP.xs. X-Git-Tag: v0.7.9~15 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=45e399fd4cd4f77c5c27c3cfbb022dde6a870bde perl-module: Add missing "#include"s to PSPP.xs. Found by clang. Reported-by: Jeremy Lavergne --- diff --git a/perl-module/PSPP.xs b/perl-module/PSPP.xs index d2b2c58c..f8479c6d 100644 --- a/perl-module/PSPP.xs +++ b/perl-module/PSPP.xs @@ -1,5 +1,5 @@ /* PSPP - computes sample statistics. - Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -39,9 +39,11 @@ #include #include #include +#include #include #include #include +#include #include #include #include