Add missing #include in spawn_faction_addopen.c

This commit is contained in:
Roland McGrath 2014-06-26 13:21:58 -07:00
parent e66a820300
commit 28b0a8c9f3
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -18,6 +18,7 @@
#include <errno.h>
#include <spawn.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include "spawn_int.h"