| Index: newlib/libc/posix/posix_spawn.c
|
| diff --git a/newlib/libc/posix/posix_spawn.c b/newlib/libc/posix/posix_spawn.c
|
| index e5655e29abf94cd24929527f776d6eaeb13a84df..bc0e033725a8acc01c7d7e3667921d971319b7d6 100644
|
| --- a/newlib/libc/posix/posix_spawn.c
|
| +++ b/newlib/libc/posix/posix_spawn.c
|
| @@ -93,6 +93,7 @@ Supporting OS subroutines required: <<_close>>, <<dup2>>, <<_fcntl>>,
|
| #include <sys/signal.h>
|
| #include <sys/queue.h>
|
| #include <sys/wait.h>
|
| +#include <_syslist.h>
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
|
|