From f82a1c4df713e0a5711a51fcf87c75ef18e42c6c Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 25 Feb 2008 14:35:54 +0000 Subject: [PATCH] Fixed include files. --- servers/vfs/kputc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.44.0