From: Stefan Liebler Date: Thu, 12 Jun 2014 12:15:25 +0000 (+0200) Subject: posix_spawn_faction_addopen: Add missing string.h include directive X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec14bdc9c600cc273b242ebca6566fe15de107d;p=thirdparty%2Fglibc.git posix_spawn_faction_addopen: Add missing string.h include directive This is needed to avoid a PLT call on s390. (cherry picked from commit 35a5e3e338ae17f3d42c60a708763c5d498fb840) --- diff --git a/ChangeLog b/ChangeLog index 1c9518c1f6d..658bec91d30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-12 Stefan Liebler + + * posix/spawn_faction_addopen.c: Include string.h. + 2014-06-11 Florian Weimer [BZ #17048] diff --git a/posix/spawn_faction_addopen.c b/posix/spawn_faction_addopen.c index 40800b8e6e8..eba158c2bb1 100644 --- a/posix/spawn_faction_addopen.c +++ b/posix/spawn_faction_addopen.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "spawn_int.h"