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.
*/
#include "sysutil.h"
#include "proto.h"
#include "glo.h"
#include "fs.h"
#include <string.h>
#include <minix/com.h>
#define OVERFLOW_STR "[...]\n"