Rev 3846 | Rev 3901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3846 | Rev 3886 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #include <stdio.h> |
37 | #include <stdio.h> |
| 38 | 38 | ||
| 39 | #include <ipc/ipc.h> |
39 | #include <ipc/ipc.h> |
| 40 | #include <ipc/services.h> |
40 | #include <ipc/services.h> |
| 41 | 41 | ||
| 42 | #include "../err.h" |
42 | #include "../../err.h" |
| 43 | #include "../modules.h" |
43 | #include "../../modules.h" |
| 44 | 44 | ||
| 45 | #include "../include/protocols.h" |
45 | #include "../../include/protocols.h" |
| 46 | 46 | ||
| 47 | #include "tcp.h" |
47 | #include "tcp.h" |
| 48 | #include "tcp_module.h" |
48 | #include "tcp_module.h" |
| 49 | 49 | ||
| 50 | #define NAME "TCP protocol" |
50 | #define NAME "TCP protocol" |