diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-13 13:48:50 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-13 13:48:50 -0400 |
| commit | 489bef2ace3c3c617f5bf78ded45a5b81fe2fd46 (patch) | |
| tree | f7df0cd2678ebe868356e9a00952555a28a75214 /src/sys/stat/stat.c | |
| parent | 3e282018ffb5806cafafeb5d0d6f8d67c9bb86e8 (diff) | |
add src/ to -I and exorcise ../ from #include
Diffstat (limited to 'src/sys/stat/stat.c')
| -rw-r--r-- | src/sys/stat/stat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/stat/stat.c b/src/sys/stat/stat.c index 233a0587..a4442bbe 100644 --- a/src/sys/stat/stat.c +++ b/src/sys/stat/stat.c @@ -1,8 +1,8 @@ #include "sys/types.h" #include <sys/stat.h> #include "stdlib.h" -#include "../../_assert.h" -#include "../../_syscall.h" +#include "_assert.h" +#include "_syscall.h" int stat(const char * restrict path, struct stat * restrict buf) { |
