소스 검색

Fix test warning

jD91mZM2 6 년 전
부모
커밋
2f6467bce6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/exec.c

+ 1 - 0
tests/exec.c

@@ -1,4 +1,5 @@
 #include <unistd.h>
+#include <stdio.h>
 
 int main(int argc, char** argv) {
     char *const args[1] = {"arg"};