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

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