ソースを参照

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