]> sourceware.org Git - glibc.git/commitdiff
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 f9f90abc8f67b72644e5e1203b7067cf8bf03a97..4ebff50be0de9ed9f582ad2546a922a297adaf8a 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 eba158c2bb1f24260c6adc1174201ed7662bd0ed..40d5d098ba7fb909849e5d277a3dd636af13ebbf 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"
This page took 0.118758 seconds and 5 git commands to generate.