瀏覽代碼

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"};