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=e1449bcd91f738ea4b0b6d75bb3e1f21827cf047;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) https://bugs.gentoo.org/513090 https://sourceware.org/bugzilla/show_bug.cgi?id=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"