aboutsummaryrefslogtreecommitdiffstats
path: root/gterm.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-27 08:39:52 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-27 08:39:52 +0200
commit107ffb731be614cb500efd98993f8c6dae1cdf24 (patch)
treec14a0f6776eb63ec84c2b651cfae9ad127b8aa08 /gterm.c
parentc661bb36f357b6efdbaf79d38c7c28197c42e353 (diff)
downloadgterm-107ffb731be614cb500efd98993f8c6dae1cdf24.tar.gz
add string.h
Diffstat (limited to 'gterm.c')
-rw-r--r--gterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gterm.c b/gterm.c
index 5b5abc8..1bcd84b 100644
--- a/gterm.c
+++ b/gterm.c
@@ -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>