projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
48baf40
)
Need #include <limits.h>. Thanks to "John McCabe-Dansted"
author
Ben Pfaff
<blp@gnu.org>
Sun, 1 Apr 2007 16:32:19 +0000
(16:32 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 1 Apr 2007 16:32:19 +0000
(16:32 +0000)
<gmatht@gmail.com> for pointing this out.
src/libpspp/ChangeLog
patch
|
blob
|
history
src/libpspp/bt.c
patch
|
blob
|
history
diff --git
a/src/libpspp/ChangeLog
b/src/libpspp/ChangeLog
index 4f036320e835ac6a921cb0f45f13b59c046d70ef..b4575a528d570493cfda5b97bdc9c9c3489e56a1 100644
(file)
--- a/
src/libpspp/ChangeLog
+++ b/
src/libpspp/ChangeLog
@@
-1,3
+1,8
@@
+2007-04-01 Ben Pfaff <blp@gnu.org>
+
+ * bt.c: Need #include <limits.h>. Thanks to "John McCabe-Dansted"
+ <gmatht@gmail.com> for pointing this out.
+
2007-03-31 Ben Pfaff <blp@gnu.org>
Patch #5827.
2007-03-31 Ben Pfaff <blp@gnu.org>
Patch #5827.
diff --git
a/src/libpspp/bt.c
b/src/libpspp/bt.c
index 62a7cdd67b29d2c91b97d052f8e9aa7f933ae669..43bd3b63ff986c11d76e96b631e0187cedf05ae8 100644
(file)
--- a/
src/libpspp/bt.c
+++ b/
src/libpspp/bt.c
@@
-65,6
+65,7
@@
#include <libpspp/bt.h>
#include <libpspp/bt.h>
+#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdint.h>