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 committed Mar 16, 2024
1 parent 83c8956 commit c091af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/file_posix.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include "file.h"

#include <string.h>
Expand Down

0 comments on commit c091af7

Please sign in to comment.