aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matthias-Christian Ott <ott@enolink.de>2008-06-10 18:01:15 +0200
committerGravatar Matthias-Christian Ott <ott@enolink.de>2008-06-10 18:01:15 +0200
commit339e7f35713ae0c35be2537e6639cd5eee592acb (patch)
tree3b52563479bd7eca471e1a131ae33f93c6725c93
parent09fe1e22ce65b2478b47fc2cf1bbe9a9eb966212 (diff)
add missing header file
-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 @@
/* See LICENSE file for copyright and license details. */
#include "util.h"
#include <stdio.h>
+#include <string.h>
int
Xmain(int argc, char *argv[]) {