Skip to content

Commit 2867a75

Browse files
authored
Merge pull request #6800 from ales-erjavec/fixes/simple_tree_qsort_r
[FIX] _simple_tree.c: Fix compilation error with gcc 14
2 parents 5ada6c4 + a909234 commit 2867a75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Orange/classification/_simple_tree.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#if (defined __GLIBC__ || defined __GNU__ || defined __linux__)
2+
#define _GNU_SOURCE
3+
#endif
14
#include <math.h>
25
#include <float.h>
36
#include <assert.h>

0 commit comments

Comments
 (0)