diff options
author | Yutao Yuan <infmagic2047reg@outlook.com> | 2018-06-16 18:28:16 +0800 |
---|---|---|
committer | Yutao Yuan <infmagic2047reg@outlook.com> | 2018-06-16 18:28:16 +0800 |
commit | 519565cfd7f0c866994b26ee2aebd9d02051c235 (patch) | |
tree | 8578097d4874ed74686f702a8761c04d1a2461ff /src | |
parent | 2697e079101876a5aedfef299d369e1b5d7c3f48 (diff) |
Fix missing string.h include
Diffstat (limited to 'src')
-rw-r--r-- | src/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.c b/src/input.c index 220cbb1..4f27588 100644 --- a/src/input.c +++ b/src/input.c @@ -19,6 +19,7 @@ #include <glib.h> #include <glib/gstdio.h> +#include <string.h> #include "ascii.h" #include "config.h" |