From 35a5e3e338ae17f3d42c60a708763c5d498fb840 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Thu, 12 Jun 2014 14:15:25 +0200 Subject: [PATCH] posix_spawn_faction_addopen: Add missing string.h include directive This is needed to avoid a PLT call on s390. --- ChangeLog | 4 ++++ posix/spawn_faction_addopen.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d1b5c7fbe..1b6848078d 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 Roland McGrath * nptl/sysdeps/x86_64/64/shlib-versions: Moved ... diff --git a/posix/spawn_faction_addopen.c b/posix/spawn_faction_addopen.c index 40800b8e6e..eba158c2bb 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"