mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Bug 553857 – gbacktrace.h requires signal.h
2008-09-26 Matthias Clasen <mclasen@redhat.com> 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
This commit is contained in:
parent
93d9e7abf4
commit
b60040d9ed
@ -1,3 +1,10 @@
|
|||||||
|
2008-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
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 <mclasen@redhat.com>
|
2008-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 553724 – python interpretter path not patched in correctly
|
Bug 553724 – python interpretter path not patched in correctly
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
#define __G_BACKTRACE_H__
|
#define __G_BACKTRACE_H__
|
||||||
|
|
||||||
#include <glib/gtypes.h>
|
#include <glib/gtypes.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user