From: pancake <pancake@nopcode.org> Date: Sun, 29 Aug 2010 22:32:49 +0000 (+0200) Subject: fix warning X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=581ae58b4182c2d472b30d11dbbef813704642f1;p=st.git fix warning --- 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>