JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make st and std separate programmes
[st.git] / st.c
diff --git a/st.c b/st.c
index 33f165c..e82faaa 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,5 +1,7 @@
 /* See LICENSE file for copyright and license details. */
+#include "util.h"
 #include <stdio.h>
+#include <string.h>
 
 int
 main(int argc, char *argv[]) {