Rev 4487 | Rev 4541 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4487 | Rev 4496 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #include <stdio.h> |
29 | #include <stdio.h> |
30 | #include <stdlib.h> |
30 | #include <stdlib.h> |
31 | #include <io/console.h> |
31 | #include <io/console.h> |
32 | #include <io/color.h> |
32 | #include <io/color.h> |
33 | #include <io/style.h> |
33 | #include <io/style.h> |
- | 34 | #include <vfs/vfs.h> |
|
34 | #include <async.h> |
35 | #include <async.h> |
35 | #include "../tester.h" |
36 | #include "../tester.h" |
36 | 37 | ||
37 | const char *color_name[] = { |
38 | const char *color_name[] = { |
38 | [COLOR_BLACK] = "black", |
39 | [COLOR_BLACK] = "black", |