From: GNU Libc Maintainers Date: Sat, 2 Dec 2017 10:07:17 +0000 (+0000) Subject: submitted-shm_open_pthread X-Git-Tag: archive/raspbian/2.25-3+rpi1^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b8c0e411b83d0529fb2cb6ab8e4aa538641d4ec;p=glibc.git submitted-shm_open_pthread Add missing include for pthread_setcancelstate * sysdeps/posix/shm_open.c: Include . Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name submitted-shm_open_pthread.diff --- diff --git a/sysdeps/posix/shm_open.c b/sysdeps/posix/shm_open.c index aac0da41c..d21a3d82e 100644 --- a/sysdeps/posix/shm_open.c +++ b/sysdeps/posix/shm_open.c @@ -25,6 +25,7 @@ #else # include +# include # include