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