]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Drop sys/cdefs.h include from qsort_r.c
authorMichael Schroeder <mls@suse.de>
Tue, 30 Nov 2021 09:40:37 +0000 (10:40 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 30 Nov 2021 09:43:25 +0000 (10:43 +0100)
commitc90979fa25c70b3bd204aaca946a3708f76d7e34
treebecce197e24859d38697eb6fdf0746eeaa202ad8
parent0dfc7df189f90f5e1afc4938a3ed010614c8878d
Drop sys/cdefs.h include from qsort_r.c

The cdefs.h header is not always available, and it gets pulled
in from the stdlib include anyway (at least in openbsd).
src/qsort_r.c