summaryrefslogtreecommitdiff
path: root/src/fnmatch/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnmatch/fnmatch.c')
-rw-r--r--src/fnmatch/fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fnmatch/fnmatch.c b/src/fnmatch/fnmatch.c
index 2f330951..97c17071 100644
--- a/src/fnmatch/fnmatch.c
+++ b/src/fnmatch/fnmatch.c
@@ -1,5 +1,5 @@
#include <fnmatch.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
int fnmatch(const char * pattern, const char * string, int flags)
{