From c091af7f8f6e6f8b313862afd80a2cd8e1ca5e54 Mon Sep 17 00:00:00 2001 From: Thorsten Otto Date: Thu, 14 Mar 2024 15:34:28 +0100 Subject: [PATCH] Define _GNU_SOURCE to get a definition of FNM_CASEFOLD --- common/file_posix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/file_posix.cpp b/common/file_posix.cpp index 387512f9..3c5cef0b 100644 --- a/common/file_posix.cpp +++ b/common/file_posix.cpp @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "file.h" #include