commit a538b42f57fb1a470c9b376ac99be020cc8c78de parent 641e09d6238f64ef8e4f9d663e199089e30d3b21 Author: Robin Bron <robin.bron@yourhosting.nl> Date: Wed, 11 Mar 2026 23:24:47 +0100 Fix unchecked _GNU_SOURCE definition Diffstat:
| M | src/mindex.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mindex.c b/src/mindex.c @@ -1,4 +1,6 @@ +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include <stdlib.h> #include <string.h>