On musl libc, #define free is dangerous. Upstream-URL: https://github.com/rmottola/Arctic-Fox/issues/100 --- Arctic-Fox-45.1/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h.old 2024-09-30 19:54:44.000000000 +0000 +++ Arctic-Fox-45.1/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h 2024-10-22 21:46:00.494798524 +0000 @@ -47,6 +47,8 @@ * allocated using C memory allocation functions. */ +#include +#include "mozilla/Logging.h" #include "mozilla/mozalloc.h" #include "mozHunspellAllocator.h"