projects
/
suckless
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09fe1e2
)
add missing header file
author
Matthias-Christian Ott
<ott@enolink.de>
Tue, 10 Jun 2008 16:01:15 +0000
(18:01 +0200)
committer
Matthias-Christian Ott
<ott@enolink.de>
Tue, 10 Jun 2008 16:01:15 +0000
(18:01 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index 8dd7793a91467ea9902a71a84513d369924f7295..9b1d131b882f9061936f79a56f6d419cdd7faf0b 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[]) {