commit | 40360b379cee07574493f5a450cf1c6e531bdde0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 13:29:50 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 13:29:50 2014 -0800 |
tree | 2b16a06dc25f1c3f51e94dc099513464f615e622 | |
parent | 0a552407ada6fc718be016df0902f6c23aa88eea [diff] [blame] |
Remove bogus transitive includes. <signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h> shouldn't get you the contents of <unistd.h>. Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3
diff --git a/libc/bionic/raise.cpp b/libc/bionic/raise.cpp index 0dd0ad7..b134b5a 100644 --- a/libc/bionic/raise.cpp +++ b/libc/bionic/raise.cpp
@@ -26,6 +26,7 @@ * SUCH DAMAGE. */ +#include <errno.h> #include <pthread.h> #include <signal.h>