From: Ben Pfaff Date: Mon, 15 Jun 2009 20:52:17 +0000 (-0700) Subject: sparse-xarray: Add missing #include . X-Git-Tag: v0.7.3~40 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08b7690a071fb57ea1a41c64491351779674ec6;p=pspp-builds.git sparse-xarray: Add missing #include . Thanks to michel for reporting the problem. --- diff --git a/src/libpspp/sparse-xarray.c b/src/libpspp/sparse-xarray.c index b6f69d94..893fe390 100644 --- a/src/libpspp/sparse-xarray.c +++ b/src/libpspp/sparse-xarray.c @@ -18,6 +18,7 @@ #include +#include #include #include #include