X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;h=dd6840c63cad291ea4354dba84030a593fc53dff;hb=815b194a23ee63977333c1e9d8fe11c2ccc7edd1;hp=db38b6b8144d0b94cb638a7abe0c65174d1b7b48;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index db38b6b814..dd6840c63c 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997, 1998, 1999, 2000, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2009, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,8 +38,8 @@ the table code here. */ -#include -#include +#include "libpspp/compiler.h" +#include "output/table.h" /* A table. */ struct tab_table @@ -111,7 +111,7 @@ struct fmt_spec; struct dictionary; union value; void tab_value (struct tab_table *, int c, int r, unsigned char opt, - const union value *, const struct dictionary *dict, + const union value *, const struct variable *, const struct fmt_spec *); void tab_fixed (struct tab_table *, int c, int r, unsigned char opt,