Add OUTPUT MODIFY command
[pspp] / src / output / tab.h
index d08cf48c2813cf8eeb1c962c187384575cded635..ae3f4aeaf8458294de8f6382cefdced83d2278f5 100644 (file)
@@ -40,6 +40,7 @@
 
 #include "libpspp/compiler.h"
 #include "output/table.h"
+#include "data/format.h"
 
 enum result_class
   {
@@ -78,7 +79,7 @@ struct tab_table
     /* X and Y offsets. */
     int col_ofs, row_ofs;
 
-    const struct fmt_spec *fmtmap [n_RC];
+    struct fmt_spec fmtmap [n_RC];
   };
 
 struct tab_table *tab_cast (const struct table *);