Explorar el Código

Fix test warning

jD91mZM2 hace 7 años
padre
commit
2f6467bce6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"};