aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/unistd/execat.c1
-rw-r--r--src/unistd/fexec.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/unistd/execat.c b/src/unistd/execat.c
index 5c42d79..e244812 100644
--- a/src/unistd/execat.c
+++ b/src/unistd/execat.c
@@ -21,6 +21,7 @@
#include <alloca.h>
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/src/unistd/fexec.c b/src/unistd/fexec.c
index bf022e4..bc88c57 100644
--- a/src/unistd/fexec.c
+++ b/src/unistd/fexec.c
@@ -19,8 +19,7 @@
#include <stdarg.h>
#include <errno.h>
#include <alloca.h>
-#include <string.h>
-#include <stdlib.h>
+#include <stdio.h>