Fixed include files.

This commit is contained in:
Philip Homburg 2008-02-25 14:35:54 +00:00
parent a508e0a03c
commit f82a1c4df7

View file

@ -7,9 +7,9 @@
* kputc() to directly call the TTY instead of going through this library. * kputc() to directly call the TTY instead of going through this library.
*/ */
#include "sysutil.h" #include "fs.h"
#include "proto.h" #include <string.h>
#include "glo.h" #include <minix/com.h>
#define OVERFLOW_STR "[...]\n" #define OVERFLOW_STR "[...]\n"