From b60040d9eda5a137b071cda23486f7e72841d164 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Sep 2008 14:33:48 +0000 Subject: [PATCH] =?utf8?q?Bug=20553857=20=E2=80=93=20gbacktrace.h=20requir?= =?utf8?q?es=20signal.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-09-26 Matthias Clasen Bug 553857 – gbacktrace.h requires signal.h * glib/gbacktrace.h: Include signal.h for raise(). Pointed out by Sebastien Bacher svn path=/trunk/; revision=7548 --- ChangeLog | 7 +++++++ glib/gbacktrace.h | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7069c18..62a5cad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-09-26 Matthias Clasen + Bug 553857 – gbacktrace.h requires signal.h + + * glib/gbacktrace.h: Include signal.h for raise(). + Pointed out by Sebastien Bacher + +2008-09-26 Matthias Clasen + Bug 553724 – python interpretter path not patched in correctly * glib/Makefile.am: Fix the sed magic to replace python. diff --git a/glib/gbacktrace.h b/glib/gbacktrace.h index 274cdac..2e74b49 100644 --- a/glib/gbacktrace.h +++ b/glib/gbacktrace.h @@ -32,6 +32,7 @@ #define __G_BACKTRACE_H__ #include +#include G_BEGIN_DECLS -- 2.7.4