dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
679 stars 189 forks source link

util/test_qsort.rc: Include <stdlib.h> for qsort_r #166

Closed fweimer closed 5 years ago

fweimer commented 5 years ago

qsort_r is typically declared in . Include this header file, so that the test can be built using strict C99 compilers which do not support implicit function declarations.

dstndstn commented 5 years ago

Thanks!