| # | Line 29 | Line 29 | |
|---|---|---|
| 29 | #include <sys/ioctl.h> | |
| 30 | #include <unistd.h> | |
| 31 | #include <stdlib.h> | |
| 32 | – | #include <ukcprog.h> |
| 32 | #include <netinet/in.h> | |
| 33 | #include <netdb.h> | |
| 34 | #include <sys/termios.h> | |
| 35 | #include <signal.h> | |
| 36 | #include <errno.h> | |
| 37 | + | #include <ukcprog.h> |
| 38 | ||
| 39 | #include <libxml/xmlmemory.h> | |
| 40 | #include <libxml/parser.h> | |
| # | Line 1007 | Line 1007 | int main(int argc, char **argv){ | |
| 1007 | extern int errno; | |
| 1008 | ||
| 1009 | display_config_t display_config; | |
| 1010 | < | char ch; |
| 1010 | > | int ch; |
| 1011 | ||
| 1012 | int data_fileno, stdin_fileno, biggest_fileno; | |
| 1013 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |