diff options
Diffstat (limited to 'src/client/linux/handler')
-rw-r--r-- | src/client/linux/handler/exception_handler.cc | 1 | ||||
-rw-r--r-- | src/client/linux/handler/minidump_generator.cc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index 2036dd05..e23f0f5f 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.cc @@ -29,7 +29,6 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include <asm/sigcontext.h> #include <signal.h> #include <sys/stat.h> #include <sys/types.h> diff --git a/src/client/linux/handler/minidump_generator.cc b/src/client/linux/handler/minidump_generator.cc index ea1b54a1..8d4d1315 100644 --- a/src/client/linux/handler/minidump_generator.cc +++ b/src/client/linux/handler/minidump_generator.cc @@ -31,7 +31,7 @@ #include <fcntl.h> #include <pthread.h> -#include <asm/sigcontext.h> +#include <signal.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> |