comparison: src/server.c
src/server.c
- changeset 124
- 08465aaec318
- parent 122
- e65d9b5e9324
equal
deleted
inserted
replaced
| 27 * |
27 * |
| 28 */ |
28 */ |
| 29 |
29 |
| 30 #include "network.h" |
30 #include "network.h" |
| 31 #include "game.h" |
31 #include "game.h" |
| 32 #include "chess/game-info.h" |
|
| 33 #include "chess/pgn.h" |
32 #include "chess/pgn.h" |
| 34 #include <ncurses.h> |
33 #include <ncurses.h> |
| 35 #include <errno.h> |
34 #include <errno.h> |
| 36 #include <string.h> |
35 #include <string.h> |
| 37 #include <stdlib.h> |
36 #include <stdlib.h> |