projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c88b8
)
sparse-xarray: Add missing #include <limits.h>.
author
Ben Pfaff
<blp@gnu.org>
Mon, 15 Jun 2009 20:52:17 +0000
(13:52 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/src/libpspp/sparse-xarray.c
b/src/libpspp/sparse-xarray.c
index b6f69d944637fd1406a698d435720e56d3f8bd52..893fe390e567949be26ac488b4933714a3c69a2e 100644
(file)
--- a/
src/libpspp/sparse-xarray.c
+++ b/
src/libpspp/sparse-xarray.c
@@
-18,6
+18,7
@@
#include <libpspp/sparse-xarray.h>
+#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>