From: Philip Homburg Date: Mon, 25 Feb 2008 14:35:54 +0000 (+0000) Subject: Fixed include files. X-Git-Tag: v3.1.4~242 X-Git-Url: http://zhaoyanbai.com/repos//%22https:/www.google.com/jsapi/%22?a=commitdiff_plain;h=f82a1c4df713e0a5711a51fcf87c75ef18e42c6c;p=minix.git Fixed include files. --- 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"