fix warning - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 581ae58b4182c2d472b30d11dbbef813704642f1
 (DIR) parent 5258d6054599e456c260984b8619500d0b4b75b7
 (HTM) Author: pancake <pancake@nopcode.org>
       Date:   Mon, 30 Aug 2010 00:32:49 +0200
       
       fix warning
       
       Diffstat:
         M st.c                                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -16,6 +16,7 @@
        #include <sys/types.h>
        #include <sys/wait.h>
        #include <unistd.h>
       +#include <pty.h>
        #include <X11/Xlib.h>
        #include <X11/keysym.h>
        #include <X11/Xutil.h>