glib r7548 - in trunk: . glib



Author: matthiasc
Date: Fri Sep 26 14:33:48 2008
New Revision: 7548
URL: http://svn.gnome.org/viewvc/glib?rev=7548&view=rev

Log:
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




Modified:
   trunk/ChangeLog
   trunk/glib/gbacktrace.h

Modified: trunk/glib/gbacktrace.h
==============================================================================
--- trunk/glib/gbacktrace.h	(original)
+++ trunk/glib/gbacktrace.h	Fri Sep 26 14:33:48 2008
@@ -32,6 +32,7 @@
 #define __G_BACKTRACE_H__
 
 #include <glib/gtypes.h>
+#include <signal.h>
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]