Add missing #include in spawn_faction_addopen.c
authorRoland McGrath <roland@hack.frob.com>
Thu, 26 Jun 2014 20:21:58 +0000 (13:21 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 26 Jun 2014 20:21:58 +0000 (13:21 -0700)
ChangeLog
posix/spawn_faction_addopen.c

index f9f90ab..4ebff50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index eba158c..40d5d09 100644 (file)
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <spawn.h>
 #include <unistd.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "spawn_int.h"