mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Add missing #include in spawn_faction_addopen.c
This commit is contained in:
parent
e66a820300
commit
28b0a8c9f3
@ -1,3 +1,7 @@
|
||||
2014-06-26 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
|
||||
|
||||
2014-06-26 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* manual/texinfo.tex: Update to version 2014-05-05.10 with
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
#include <spawn.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "spawn_int.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user