commit eb954c1b85fb405db698b8517bab4b4ef3042b26 parent 84578d0dd4f5ce7ca22e817bee9160b1c979d61c Author: Tomas Hlavaty <tom@logand.com> Date: Sat, 23 Feb 2013 15:15:38 +0100 include string.h too Diffstat:
M | rawtty.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/rawtty.c b/rawtty.c @@ -30,6 +30,7 @@ #include <fcntl.h> #include <signal.h> #include <stdlib.h> +#include <string.h> #include <termios.h> #include <unistd.h> //#include <stdio.h>