Fixed include files.
This commit is contained in:
parent
a508e0a03c
commit
f82a1c4df7
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue