diff options
-rw-r--r-- | dblbuf.c | 1 | ||||
-rw-r--r-- | refresh.c | 2 | ||||
-rw-r--r-- | xlib.c | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,7 @@ /* uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only */ #include <inttypes.h> +#include <string.h> #include "uuterm.h" #include "dblbuf.h" @@ -1,5 +1,7 @@ /* uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only */ +#include <string.h> + #include "uuterm.h" #include "ucf.h" @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <limits.h> #include <unistd.h> #include <fcntl.h> |