diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-26 13:21:58 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-26 13:21:58 -0700 |
commit | 28b0a8c9f3d322d04bee9beb54fc4d097098ba59 (patch) | |
tree | 8fbedf55de0b91850300aed1dda49ae585b2a374 /posix | |
parent | e66a82030094a472f30cf99e551ad821c39bd72a (diff) | |
download | glibc-28b0a8c9f3d322d04bee9beb54fc4d097098ba59.zip glibc-28b0a8c9f3d322d04bee9beb54fc4d097098ba59.tar.gz glibc-28b0a8c9f3d322d04bee9beb54fc4d097098ba59.tar.bz2 |
Add missing #include in spawn_faction_addopen.c
Diffstat (limited to 'posix')
-rw-r--r-- | posix/spawn_faction_addopen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/spawn_faction_addopen.c b/posix/spawn_faction_addopen.c index eba158c..40d5d09 100644 --- a/posix/spawn_faction_addopen.c +++ b/posix/spawn_faction_addopen.c @@ -18,6 +18,7 @@ #include <errno.h> #include <spawn.h> #include <unistd.h> +#include <stdlib.h> #include <string.h> #include "spawn_int.h" |