aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-06-12 14:15:25 +0200
committerAllan McRae <allan@archlinux.org>2014-09-05 22:44:06 +1000
commit8ec14bdc9c600cc273b242ebca6566fe15de107d (patch)
tree842a21cd0ebeb733cac701737fda0c4a4c6fd7de /posix
parente698ea2c03ddfdfa87459c1a0e53e2a4289de0fa (diff)
downloadglibc-8ec14bdc9c600cc273b242ebca6566fe15de107d.zip
glibc-8ec14bdc9c600cc273b242ebca6566fe15de107d.tar.gz
glibc-8ec14bdc9c600cc273b242ebca6566fe15de107d.tar.bz2
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)
Diffstat (limited to 'posix')
-rw-r--r--posix/spawn_faction_addopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/spawn_faction_addopen.c b/posix/spawn_faction_addopen.c
index 40800b8..eba158c 100644
--- 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 <string.h>
#include "spawn_int.h"