blob: 78baa6bef4f7f44b3b03062f2599b9f06206f71c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- libsanitizer/asan/asan_linux.cc.orig 2013-12-05 04:18:38.000000000 -0500
+++ libsanitizer/asan/asan_linux.cc 2017-09-12 18:59:45.310819390 -0400
@@ -27,10 +27,11 @@
#include <fcntl.h>
#include <pthread.h>
#include <stdio.h>
#include <unistd.h>
#include <unwind.h>
+#include <signal.h>
#if !SANITIZER_ANDROID
// FIXME: where to get ucontext on Android?
#include <sys/ucontext.h>
#endif
|