diff options
| author | pancake <pancake@nopcode.org> | 2010-08-30 00:32:49 +0200 |
|---|---|---|
| committer | pancake <pancake@nopcode.org> | 2010-08-30 00:32:49 +0200 |
| commit | 581ae58b4182c2d472b30d11dbbef813704642f1 (patch) | |
| tree | f3ba353af06cd1531fa91629c06160fb0389ac04 | |
| parent | 5258d6054599e456c260984b8619500d0b4b75b7 (diff) | |
| download | st-581ae58b4182c2d472b30d11dbbef813704642f1.tar.gz st-581ae58b4182c2d472b30d11dbbef813704642f1.zip | |
fix warning
| -rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -16,6 +16,7 @@ | |||
| 16 | #include <sys/types.h> | 16 | #include <sys/types.h> |
| 17 | #include <sys/wait.h> | 17 | #include <sys/wait.h> |
| 18 | #include <unistd.h> | 18 | #include <unistd.h> |
| 19 | #include <pty.h> | ||
| 19 | #include <X11/Xlib.h> | 20 | #include <X11/Xlib.h> |
| 20 | #include <X11/keysym.h> | 21 | #include <X11/keysym.h> |
| 21 | #include <X11/Xutil.h> | 22 | #include <X11/Xutil.h> |
