Parcourir la source

Fix test warning

jD91mZM2 il y a 6 ans
Parent
commit
2f6467bce6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"};