diff --git a/servers/vfs/kputc.c b/servers/vfs/kputc.c index 92e5495eb..a091c8761 100644 --- a/servers/vfs/kputc.c +++ b/servers/vfs/kputc.c @@ -7,9 +7,9 @@ * kputc() to directly call the TTY instead of going through this library. */ -#include "sysutil.h" -#include "proto.h" -#include "glo.h" +#include "fs.h" +#include +#include #define OVERFLOW_STR "[...]\n"