Explorar el Código

add missing header file

Matthias-Christian Ott hace 17 años
padre
commit
339e7f3571
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      st.c

+ 1 - 0
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[]) {