aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpancake <pancake@nopcode.org>2010-08-30 00:32:49 +0200
committerpancake <pancake@nopcode.org>2010-08-30 00:32:49 +0200
commit70c9762434419dd4b50870f22cfc3d819daeb032 (patch)
treef3ba353af06cd1531fa91629c06160fb0389ac04
parent913c0cbd34d940a8211520709684a0c03f2026e5 (diff)
downloadst-70c9762434419dd4b50870f22cfc3d819daeb032.tar.gz
st-70c9762434419dd4b50870f22cfc3d819daeb032.tar.bz2
fix warning
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
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>