X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Faggregate.c;h=8fe168ecf78175581c92de4d50f4c3ba6bb0b144;hb=6d7e2826ba9c863f6261e9718e0e822e0ca60aa0;hp=47c60f344c53fbbd660d28903695c2f2170dfad2;hpb=597dc92521dee8ba43334b9c5ca6a995aaae0ab8;p=pspp diff --git a/src/aggregate.c b/src/aggregate.c index 47c60f344c..8fe168ecf7 100644 --- a/src/aggregate.c +++ b/src/aggregate.c @@ -33,6 +33,7 @@ #include "pool.h" #include "settings.h" #include "sfm-write.h" +#include "sort-prs.h" #include "sort.h" #include "str.h" #include "var.h" @@ -208,7 +209,7 @@ cmd_aggregate (void) lex_match ('='); agr.sort = sort_parse_criteria (default_dict, &agr.break_vars, &agr.break_var_cnt, - &saw_direction); + &saw_direction, NULL); if (agr.sort == NULL) goto error;