summaryrefslogtreecommitdiff
path: root/src/glob/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glob/glob.c')
-rw-r--r--src/glob/glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glob/glob.c b/src/glob/glob.c
index e3b7525f..153f8046 100644
--- a/src/glob/glob.c
+++ b/src/glob/glob.c
@@ -6,7 +6,7 @@
#include "fnmatch.h"
#include "errno.h"
#include "unistd.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
int glob(const char * restrict pattern, int flags, int (*errfunc) (const char * epath, int eerrno), glob_t * restrict pglob)
{