From ecd4d00f1bdf184163cc44ed8261d9f11ca9aae0 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 11:02:56 -0400 Subject: remove all generated nonstd/ headers --- src/glob/glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glob/glob.c') 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) { -- cgit v1.2.1