pk/st
1
0
mirror of https://github.com/pikami/st.git synced 2025-04-11 12:11:52 +01:00

add missing header file

This commit is contained in:
Matthias-Christian Ott 2008-06-10 18:01:15 +02:00
parent f513f1d9da
commit 61f6e92f65

1
st.c

@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
#include "util.h" #include "util.h"
#include <stdio.h> #include <stdio.h>
#include <string.h>
int int
Xmain(int argc, char *argv[]) { Xmain(int argc, char *argv[]) {