Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
add missing header file
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
8dd7793
..
9b1d131
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1,6
+1,7
@@
/* See LICENSE file for copyright and license details. */
#include "util.h"
#include <stdio.h>
+#include <string.h>
int
Xmain(int argc, char *argv[]) {