Skip to content

Commit

Permalink
Define _GNU_SOURCE to get a definition of FNM_CASEFOLD
Browse files Browse the repository at this point in the history
  • Loading branch information
th-otto authored and OmniBlade committed Apr 15, 2024
1 parent cc994a4 commit 5071cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/file_posix.cpp
@@ -1,3 +1,6 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "file.h"

#include <string.h>
Expand Down

0 comments on commit 5071cd6

Please sign in to comment.