From 45e399fd4cd4f77c5c27c3cfbb022dde6a870bde Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 25 Jan 2012 20:53:48 -0800 Subject: [PATCH] perl-module: Add missing "#include"s to PSPP.xs. Found by clang. Reported-by: Jeremy Lavergne --- perl-module/PSPP.xs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2