Ver Fonte

Fix test warning

jD91mZM2 há 7 anos atrás
pai
commit
2f6467bce6
1 ficheiros alterados com 1 adições e 0 exclusões
  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"};