From 489bef2ace3c3c617f5bf78ded45a5b81fe2fd46 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 13 Aug 2020 13:48:50 -0400 Subject: add src/ to -I and exorcise ../ from #include --- src/glob/glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glob') diff --git a/src/glob/glob.c b/src/glob/glob.c index 153f8046..ef94d919 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 "../_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