X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsort-prs.h;h=f2caf72343674dc1eb80ee2b12a0f01159f9cec3;hb=d7b5d9144738a5a8989d45a01f4e458a78b68c0b;hp=e7ee48503e2369795d0a3a19c57c65b3eedcd9aa;hpb=55b1c76a0846cb91ac5af9f3d638b7ecf03ea76a;p=pspp diff --git a/src/sort-prs.h b/src/sort-prs.h index e7ee48503e..f2caf72343 100644 --- a/src/sort-prs.h +++ b/src/sort-prs.h @@ -21,13 +21,13 @@ #define SORT_PRS_H #include -#include "bool.h" +#include struct variable; struct dictionary; struct sort_criteria *sort_parse_criteria (const struct dictionary *, - struct variable ***, int *, + struct variable ***, size_t *, bool *saw_direction, const int *terminators );