diff -u -r ../strace-4.23/linux/linux/signal.h ./linux/linux/signal.h --- ../strace-4.23/linux/linux/signal.h 2018-06-13 18:18:38.000000000 +0200 +++ ./linux/linux/signal.h 2018-07-09 23:12:56.526822310 +0200 @@ -1,5 +1,13 @@ +#include +#if defined(__BIONIC__) +/* + * Bionic's is the UAPI one, and requires it. + */ +#include_next +#else /* * Workaround the infamous incompatibility between * and many libc headers by overriding with . */ #include +#endif