Rev 3470 | Rev 3566 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3470 | Rev 3485 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <stdio.h> |
35 | #include <stdio.h> |
| 36 | #include <stdlib.h> |
36 | #include <stdlib.h> |
| 37 | #include <unistd.h> |
37 | #include <unistd.h> |
| 38 | #include <syscall.h> |
- | |
| 39 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
| 40 | #include <fibril.h> |
39 | #include <fibril.h> |
| 41 | #include <errno.h> |
40 | #include <errno.h> |
| 42 | #include <udebug.h> |
41 | #include <udebug.h> |
| 43 | #include <async.h> |
42 | #include <async.h> |
| 44 | #include <task.h> |
43 | #include <task.h> |
| 45 | #include <loader/loader.h> |
44 | #include <loader/loader.h> |
| 46 | 45 | ||
| - | 46 | #include <libc.h> |
|
| - | 47 | ||
| 47 | // Temporary: service and method names |
48 | // Temporary: service and method names |
| 48 | #include "proto.h" |
49 | #include "proto.h" |
| 49 | #include <ipc/services.h> |
50 | #include <ipc/services.h> |
| 50 | #include "../../srv/vfs/vfs.h" |
51 | #include "../../srv/vfs/vfs.h" |
| 51 | #include "../../srv/console/console.h" |
52 | #include "../../srv/console/console.h" |