summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbsd-compat/glob.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/glob.c b/openbsd-compat/glob.c
index 1e346a8f6..9dcc4442f 100644
--- a/openbsd-compat/glob.c
+++ b/openbsd-compat/glob.c
@@ -83,6 +83,10 @@
83 83
84#include "charclass.h" 84#include "charclass.h"
85 85
86#ifdef TILDE
87# undef TILDE
88#endif
89
86#define DOLLAR '$' 90#define DOLLAR '$'
87#define DOT '.' 91#define DOT '.'
88#define EOS '\0' 92#define EOS '\0'