Skip to content

Commit d63f5c4

Browse files
committed
Modified get_trec_results.c to include sys/types, for caddr_t.
'make quicktest' passes. 'make longtest' exits with a fail code but in fact passes the tests.
1 parent 54a70fb commit d63f5c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

get_trec_results.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "trec_eval.h"
1111
#include "trec_format.h"
1212
#include <ctype.h>
13+
#include <sys/types.h>
1314

1415
/* Read all retrieved results information from trec_results_file.
1516
Read text tuples from trec_results_file of the form

0 commit comments

Comments
 (0)