summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbsd-compat/fnmatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/fnmatch.h b/openbsd-compat/fnmatch.h
index b54de01ff..d3bc4a863 100644
--- a/openbsd-compat/fnmatch.h
+++ b/openbsd-compat/fnmatch.h
@@ -35,6 +35,8 @@
35/* OPENBSD ORIGINAL: include/fnmatch.h */ 35/* OPENBSD ORIGINAL: include/fnmatch.h */
36 36
37#ifndef HAVE_FNMATCH_H 37#ifndef HAVE_FNMATCH_H
38/* Ensure we define FNM_CASEFOLD */
39#define __BSD_VISIBLE 1
38 40
39#ifndef _FNMATCH_H_ 41#ifndef _FNMATCH_H_
40#define _FNMATCH_H_ 42#define _FNMATCH_H_