Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions wildtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "lib/wildmatch.c"

#include <popt.h>
#include <stdbool.h>

#ifdef COMPARE_WITH_FNMATCH
#include <fnmatch.h>
Expand All @@ -32,10 +33,6 @@ int fnmatch_errors = 0;

int wildmatch_errors = 0;

#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 202311L
typedef char bool;
#endif

int output_iterations = 0;
int explode_mod = 0;
int empties_mod = 0;
Expand Down
Loading