Skip to content

Commit

Permalink
Modified get_trec_results.c to include sys/types, for caddr_t.
Browse files Browse the repository at this point in the history
'make quicktest' passes.  'make longtest' exits with a fail code but in
fact passes the tests.
  • Loading branch information
isoboroff committed Jul 23, 2014
1 parent 54a70fb commit d63f5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_trec_results.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "trec_eval.h"
#include "trec_format.h"
#include <ctype.h>
#include <sys/types.h>

/* Read all retrieved results information from trec_results_file.
Read text tuples from trec_results_file of the form
Expand Down

0 comments on commit d63f5c4

Please sign in to comment.