diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-10 18:01:15 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-10 18:01:15 +0200 |
commit | 339e7f35713ae0c35be2537e6639cd5eee592acb (patch) | |
tree | 3b52563479bd7eca471e1a131ae33f93c6725c93 /st.c | |
parent | 09fe1e22ce65b2478b47fc2cf1bbe9a9eb966212 (diff) | |
download | st-339e7f35713ae0c35be2537e6639cd5eee592acb.tar.gz st-339e7f35713ae0c35be2537e6639cd5eee592acb.zip |
add missing header file
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | /* See LICENSE file for copyright and license details. */ | 1 | /* See LICENSE file for copyright and license details. */ |
2 | #include "util.h" | 2 | #include "util.h" |
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | #include <string.h> | ||
4 | 5 | ||
5 | int | 6 | int |
6 | Xmain(int argc, char *argv[]) { | 7 | Xmain(int argc, char *argv[]) { |