all repos — st @ 339e7f35713ae0c35be2537e6639cd5eee592acb

st (suckless terminal) config

add missing header file
Matthias-Christian Ott ott@enolink.de
commit

339e7f35713ae0c35be2537e6639cd5eee592acb

parent

09fe1e22ce65b2478b47fc2cf1bbe9a9eb966212

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M st.cst.c

@@ -1,6 +1,7 @@

/* See LICENSE file for copyright and license details. */ #include "util.h" #include <stdio.h> +#include <string.h> int Xmain(int argc, char *argv[]) {