Rev 3004 | Rev 3148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3004 | Rev 3102 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <task.h> |
35 | #include <task.h> |
| 36 | #include <ipc/ipc.h> |
36 | #include <ipc/ipc.h> |
| - | 37 | #include <libc.h> |
|
| 37 | #include <async.h> |
38 | #include <async.h> |
| 38 | #include <errno.h> |
39 | #include <errno.h> |
| 39 | 40 | ||
| 40 | task_id_t task_get_id(void) |
41 | task_id_t task_get_id(void) |
| 41 | { |
42 | { |