JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix warning
authorpancake <pancake@nopcode.org>
Sun, 29 Aug 2010 22:32:49 +0000 (00:32 +0200)
committerpancake <pancake@nopcode.org>
Sun, 29 Aug 2010 22:32:49 +0000 (00:32 +0200)
st.c

diff --git a/st.c b/st.c
index 5c7d855..1692f81 100644 (file)
--- 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>