Need #include <limits.h>. Thanks to "John McCabe-Dansted"
authorBen Pfaff <blp@gnu.org>
Sun, 1 Apr 2007 16:32:19 +0000 (16:32 +0000)
committerBen 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
src/libpspp/bt.c

index 4f036320e835ac6a921cb0f45f13b59c046d70ef..b4575a528d570493cfda5b97bdc9c9c3489e56a1 100644 (file)
@@ -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.
index 62a7cdd67b29d2c91b97d052f8e9aa7f933ae669..43bd3b63ff986c11d76e96b631e0187cedf05ae8 100644 (file)
@@ -65,6 +65,7 @@
 
 #include <libpspp/bt.h>
 
+#include <limits.h>
 #include <stdbool.h>
 #include <stdint.h>