jD91mZM2 před 6 roky
rodič
revize
2f6467bce6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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"};