Fix building on Windows #1

Merged
seoxi merged 2 commits from windows_compat into meta 2026-08-27 00:06:38 -04:00
Showing only changes of commit 103580e351 - Show all commits
+3
View File
@@ -1,6 +1,9 @@
#ifndef LIBKEKE_ARRAY #ifndef LIBKEKE_ARRAY
#define LIBKEKE_ARRAY #define LIBKEKE_ARRAY
// Required for qsort_r on Linux
#define _GNU_SOURCE
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdint.h> #include <stdint.h>