--- a/src/stdinc.h Sun Nov 10 14:06:03 2024 +0100
+++ b/src/stdinc.h Mon Apr 07 20:43:52 2025 +0200
@@ -32,6 +32,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <dirent.h>
+#include <assert.h>
#ifdef _MSC_VER
#define strcasecmp _stricmp
#if __STDC_VERSION__ < 202300L