From: Matthias-Christian Ott Date: Tue, 10 Jun 2008 16:01:15 +0000 (+0200) Subject: add missing header file X-Git-Tag: 0.1~159 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=61f6e92f65b391e659c8275b08dc63c92c2eb817;p=st.git add missing header file --- diff --git a/st.c b/st.c index 8dd7793..9b1d131 100644 --- a/st.c +++ b/st.c @@ -1,6 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "util.h" #include +#include int Xmain(int argc, char *argv[]) {