Browse Source

Fix test warning

jD91mZM2 6 years ago
parent
commit
2f6467bce6
1 changed files with 1 additions and 0 deletions
  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"};