fix warning

This commit is contained in:
pancake 2010-08-30 00:32:49 +02:00
parent 5258d60545
commit 581ae58b41
1 changed files with 1 additions and 0 deletions

1
st.c
View File

@ -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>