@ -24,7 +24,10 @@
*
*/
#define _GNU_SOURCE
// need _GNU_SOURCE for qsort_r()
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
#if HAVE_CONFIG_H
# include <config.h>