Commit 339e7f3

Matthias-Christian Ott <ott@enolink.de>
2008-06-10 12:01:15
add missing header file
1 parent 09fe1e2
Changed files (1)
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[]) {