diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/spawni.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/spawni.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/spawni.c b/sysdeps/unix/sysv/linux/spawni.c index 2daf0c5ef0..24f75dbd9c 100644 --- a/sysdeps/unix/sysv/linux/spawni.c +++ b/sysdeps/unix/sysv/linux/spawni.c @@ -30,8 +30,8 @@ #include <shlib-compat.h> #include <nptl/pthreadP.h> #include <dl-sysdep.h> +#include <libc-pointer-arith.h> #include <ldsodefs.h> -#include <libc-internal.h> #include "spawn_int.h" /* The Linux implementation of posix_spawn{p} uses the clone syscall directly |