X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/375efb8891a2d131d46f1582fd770d34464094e0..cf147ae9da0221123596b749d4742d06f0ea643b:/st.c 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)