Add #include <limits.h>. Thanks to John McCabe-Dansted
authorBen Pfaff <blp@gnu.org>
Thu, 8 Feb 2007 05:39:18 +0000 (05:39 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 8 Feb 2007 05:39:18 +0000 (05:39 +0000)
<gmatht@gmail.com> for pointing out the need.

src/output/ChangeLog
src/output/afm.c

index 60fd5761d31ea798590db62ef6af97c3a5cfd279..59d7d0e72dc2919ff594a5c18a8446af4bdbb2c5 100644 (file)
@@ -1,3 +1,8 @@
+Wed Feb  7 21:38:12 2007  Ben Pfaff  <blp@gnu.org>
+
+       * afm.c: Add #include <limits.h>.  Thanks to John McCabe-Dansted
+       <gmatht@gmail.com> for pointing out the need.
+
 Sun Oct  8 07:09:34 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * table.c (tab_destroy): Freed title, since this is not allocated
index af4f8199fe1e4c5f9469298a601c9a30f666d42b..0eeaf4ee4f1d23455819d40e8534a3f183a62568 100644 (file)
@@ -22,6 +22,7 @@
 #include "c-strtod.h"
 #include <ctype.h>
 #include <errno.h>
+#include <limits.h>
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stdint.h>