From 581ae58b4182c2d472b30d11dbbef813704642f1 Mon Sep 17 00:00:00 2001 From: pancake <pancake@nopcode.org> Date: Mon, 30 Aug 2010 00:32:49 +0200 Subject: fix warning --- st.c | 1 + 1 file changed, 1 insertion(+) diff --git a/st.c b/st.c index 5c7d855..1692f81 100644 --- 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> -- cgit v1.2.3