sparse-xarray: Add missing #include <limits.h>.
authorBen Pfaff <blp@gnu.org>
Mon, 15 Jun 2009 20:52:17 +0000 (13:52 -0700)
committerBen Pfaff <blp@gnu.org>
Mon, 15 Jun 2009 20:52:17 +0000 (13:52 -0700)
Thanks to michel <michel@cecaps.ufmg.br> for reporting the problem.

src/libpspp/sparse-xarray.c

index b6f69d944637fd1406a698d435720e56d3f8bd52..893fe390e567949be26ac488b4933714a3c69a2e 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <libpspp/sparse-xarray.h>
 
+#include <limits.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>