Move GCC attribute declarations from pref.h.orig to new file
[pspp-builds.git] / src / language / data-io / list.q
index 0834e2ad2b7ca4b0eea757eb5de9b9ce4f05ad16..77080a563825eae535db1f1687f65a04f823f375 100644 (file)
@@ -24,7 +24,9 @@
 #include "alloc.h"
 #include "case.h"
 #include "command.h"
+#include "compiler.h"
 #include "dictionary.h"
+#include "intprops.h"
 #include "lexer.h"
 #include "message.h"
 #include "magic.h"
@@ -434,7 +436,8 @@ write_fallback_headers (struct outp_driver *d)
   int line_number = 0;
 
   const char *Line = _("Line");
-  char *leader = local_alloc (strlen (Line) + INT_DIGITS + 1 + 1);
+  char *leader = local_alloc (strlen (Line)
+                              + INT_STRLEN_BOUND (line_number) + 1 + 1);
       
   while (index < cmd.n_variables)
     {