diff options
Diffstat (limited to 'posix/execle.c')
-rw-r--r-- | posix/execle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/execle.c b/posix/execle.c index 7539ce6b8d..f6608ee112 100644 --- a/posix/execle.c +++ b/posix/execle.c @@ -19,6 +19,7 @@ #include <stdarg.h> #include <errno.h> #include <sys/param.h> +#include <stddef.h> /* Execute PATH with all arguments after PATH until a NULL pointer, and the argument after that for environment. */ |