X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase.h;h=1f5e192f3d748ec0050f3d00c5f6006b156434e7;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=c07b07d2b9c4a062ae37a6452ec30cdcf03f8120;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/data/case.h b/src/data/case.h index c07b07d2..1f5e192f 100644 --- a/src/data/case.h +++ b/src/data/case.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2007, 2009, 2010, 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 @@ -21,8 +21,9 @@ #include #include #include -#include -#include + +#include "libpspp/compiler.h" +#include "data/caseproto.h" struct variable;