From 543308f6c46cf2edf8a524bc9c631e472570fe72 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 24 Oct 2016 05:15:07 +0200 Subject: linuxthreads: add back signal.h Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04. Reported-by: Thomas Petazzoni --- libpthread/linuxthreads/sysdeps/pthread/pthread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index cf043b5cc..cc13a529b 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h @@ -20,6 +20,7 @@ #include #include +#include #include #include -- cgit v1.2.3