[COMMITTED] Add missing #include in spawn_faction_addopen.c

Message ID 20140626202258.35B3E2C39B6@topped-with-meat.com
State Committed
Headers

Commit Message

Roland McGrath June 26, 2014, 8:22 p.m. UTC
  2014-06-26  Roland McGrath  <roland@hack.frob.com>

	* posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
  

Patch

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