aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 8dd7793..9b1d131 100644
--- a/st.c
+++ b/st.c
@@ -1,6 +1,7 @@
1/* See LICENSE file for copyright and license details. */ 1/* See LICENSE file for copyright and license details. */
2#include "util.h" 2#include "util.h"
3#include <stdio.h> 3#include <stdio.h>
4#include <string.h>
4 5
5int 6int
6Xmain(int argc, char *argv[]) { 7Xmain(int argc, char *argv[]) {