Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
make local functions and variables static
[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. */
/* See LICENSE file for copyright and license details. */
+#include "util.h"
#include <stdio.h>
#include <stdio.h>
+#include <string.h>
int
main(int argc, char *argv[]) {
int
main(int argc, char *argv[]) {