diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-27 08:39:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-27 08:39:52 +0200 |
commit | 107ffb731be614cb500efd98993f8c6dae1cdf24 (patch) | |
tree | c14a0f6776eb63ec84c2b651cfae9ad127b8aa08 | |
parent | c661bb36f357b6efdbaf79d38c7c28197c42e353 (diff) | |
download | gterm-107ffb731be614cb500efd98993f8c6dae1cdf24.tar.gz |
add string.h
-rw-r--r-- | gterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include <string.h> #include <stdint.h> #include <stdbool.h> #include <pwd.h> |