소스 검색

add missing header file

Matthias-Christian Ott 17 년 전
부모
커밋
339e7f3571
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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[]) {