summaryrefslogtreecommitdiffstats
path: root/newlib/libc/posix/execve.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/execve.c')
-rw-r--r--newlib/libc/posix/execve.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/posix/execve.c b/newlib/libc/posix/execve.c
index 416144e86..1be0ed128 100644
--- a/newlib/libc/posix/execve.c
+++ b/newlib/libc/posix/execve.c
@@ -3,6 +3,10 @@
/* This and the other exec*.c files in this directory require
the target to provide the _execve syscall. */
+
+#include <unistd.h>
+
+
int
execve (const char *path, char * const argv[], char * const envp[])
{