diff options
author | denis <> | 2007-06-26 21:13:12 +0000 |
---|---|---|
committer | denis <> | 2007-06-26 21:13:12 +0000 |
commit | 28a63d6e714ba56c18214233552e57c19189e8f2 (patch) | |
tree | ee808a189d0591fc90bfc8f8689f9ef110678522 /vchat-ui.c | |
parent | ecbe7c56f288f7b2a72764b39cc2e06a169fea8b (diff) |
added missing headerfile for strlen
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ | |||
19 | #include <ncurses.h> | 19 | #include <ncurses.h> |
20 | #include <signal.h> | 20 | #include <signal.h> |
21 | #include <stdlib.h> | 21 | #include <stdlib.h> |
22 | #include <strings.h> | ||
22 | #include <errno.h> | 23 | #include <errno.h> |
23 | #include <termios.h> | 24 | #include <termios.h> |
24 | #include <sys/ioctl.h> | 25 | #include <sys/ioctl.h> |