pspp-dump-sav: Add #include <limits.h> to get INT_MAX definition. 20110512030504/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 12 May 2011 03:21:38 +0000 (20:21 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 12 May 2011 03:21:38 +0000 (20:21 -0700)
Problem reported by Harry Thijssen <pspp@sjpaes.nl>.

utilities/pspp-dump-sav.c

index a89a86ea641e559d432c29f78f8fb439e79ccb79..7cdd7d9c5ecb93a826c4946a85cf1a1165240e6b 100644 (file)
@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <getopt.h>
 #include <inttypes.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>