From: Samuel Thibault Date: Sun, 18 Mar 2018 15:38:26 +0000 (+0100) Subject: hurd: Add missing include X-Git-Tag: glibc-2.28~456 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a37922ee049c2a12ba9d9457f7711ecd9813c88;p=thirdparty%2Fglibc.git hurd: Add missing include * sysdeps/mach/hurd/cthreads.c: Include . --- diff --git a/ChangeLog b/ChangeLog index b9f90147f99..c0074a6c3bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-03-18 Samuel Thibault + + * sysdeps/mach/hurd/cthreads.c: Include . + 2018-03-17 Samuel Thibault * hurd/hurdsig.c: Include . diff --git a/sysdeps/mach/hurd/cthreads.c b/sysdeps/mach/hurd/cthreads.c index 35689307b40..585650522a5 100644 --- a/sysdeps/mach/hurd/cthreads.c +++ b/sysdeps/mach/hurd/cthreads.c @@ -18,6 +18,7 @@ #include #include #include +#include /* This serves as stub "self" pointer for libc locks when TLS is not initialized yet. */