URI: 
       add missing header file - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 339e7f35713ae0c35be2537e6639cd5eee592acb
   DIR parent 09fe1e22ce65b2478b47fc2cf1bbe9a9eb966212
  HTML Author: Matthias-Christian Ott <ott@enolink.de>
       Date:   Tue, 10 Jun 2008 18:01:15 +0200
       
       add missing header file
       
       Diffstat:
         M st.c                                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/st.c b/st.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[]) {