mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
posix_spawn_faction_addopen: Add missing string.h include directive
This is needed to avoid a PLT call on s390.
This commit is contained in:
committed by
Florian Weimer
parent
14642b8511
commit
35a5e3e338
@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
#include <spawn.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "spawn_int.h"
|
||||
|
||||
|
Reference in New Issue
Block a user