From ce00d1677d7a419b427e7f11963eee982a55a231 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 4 Aug 2022 23:06:57 +0200 Subject: do some simple TODOs, organize the rest; general code maintainance --- src/kernel/vfs/path.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/kernel/vfs/path.h') diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h index 8efa0d4..7484619 100644 --- a/src/kernel/vfs/path.h +++ b/src/kernel/vfs/path.h @@ -1,8 +1,7 @@ #pragma once +#include #include -#define PATH_MAX 512 - /** Reduce a path to its simplest form. * * @return length of the string in *out, always less than len. Negative if the path was invalid. -- cgit v1.2.3