we need signal.h for G_BREAKPOINT().

Mon Nov  5 18:59:08 2001  Tim Janik  <timj@gtk.org>

        * gobject.h:
        * gsignal.h: we need signal.h for G_BREAKPOINT().
This commit is contained in:
Tim Janik 2001-11-05 17:58:43 +00:00 committed by Tim Janik
parent ff6174aedd
commit ca8f047a45
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Nov 5 18:59:08 2001 Tim Janik <timj@gtk.org>
* gobject.h:
* gsignal.h: we need signal.h for G_BREAKPOINT().
Sun Nov 4 14:01:23 2001 Owen Taylor <otaylor@redhat.com>
* gvaluetypes.[ch]: Add a function g_pointer_type_register_static()

View File

@ -24,6 +24,7 @@
#include <gobject/gparam.h>
#include <gobject/gclosure.h>
#include <gobject/gsignal.h>
#include <signal.h>
G_BEGIN_DECLS

View File

@ -24,6 +24,7 @@
#include <gobject/gvalue.h>
#include <gobject/gparam.h>
#include <gobject/gmarshal.h>
#include <signal.h>
G_BEGIN_DECLS