aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias-Christian Ott <ott@enolink.de>2008-06-10 18:01:15 +0200
committerMatthias-Christian Ott <ott@enolink.de>2008-06-10 18:01:15 +0200
commit61f6e92f65b391e659c8275b08dc63c92c2eb817 (patch)
tree3b52563479bd7eca471e1a131ae33f93c6725c93
parentf513f1d9daf29922660c5b0262cb18200b3636a2 (diff)
downloadst-61f6e92f65b391e659c8275b08dc63c92c2eb817.tar.gz
st-61f6e92f65b391e659c8275b08dc63c92c2eb817.tar.bz2
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[]) {