X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=e82faaa8c7839a645f4df1ff4711a3a998501029;hb=0c0ada8a7f6e916eb2b05ae5571e375e522d0a2e;hp=a3421ffee3420ac641bb638c2b7aa890631062b1;hpb=375efb8891a2d131d46f1582fd770d34464094e0;p=st.git diff --git a/st.c b/st.c index a3421ff..e82faaa 100644 --- a/st.c +++ b/st.c @@ -1,8 +1,10 @@ /* See LICENSE file for copyright and license details. */ +#include "util.h" #include +#include int -Xmain(int argc, char *argv[]) { +main(int argc, char *argv[]) { if(argc == 2 && !strcmp("-v", argv[1])) eprint("st-"VERSION", © 2007-2008 st engineers, see LICENSE for details\n"); else if(argc != 1)