Needed for strcasestr under musl.
@ -42,6 +42,10 @@
*
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <libgen.h>
#include <locale.h>
#include <stdio.h>