X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/20e0da7f14cc5f30863e0b8014fa223fbaff1e30..7648697f711d5ae336af142e9cd464d943341b24:/st.c diff --git a/st.c b/st.c index 75c3dd1..581647b 100644 --- a/st.c +++ b/st.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -739,7 +740,6 @@ sigchld(int a) exit(0); } - void stty(char **args) { @@ -761,7 +761,7 @@ stty(char **args) } *q = '\0'; if (system(cmd) != 0) - perror("Couldn't call stty"); + perror("Couldn't call stty"); } int