Include signal.h for SIGCHLD. (#134622, Damien Carbery)

Wed Feb 18 23:57:42 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/gmain.c: Include signal.h for SIGCHLD.  (#134622, Damien
	Carbery)
This commit is contained in:
Matthias Clasen 2004-02-18 22:55:15 +00:00 committed by Matthias Clasen
parent 265c78b9df
commit e906108048
7 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
Carbery)
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe

View File

@ -1,3 +1,8 @@
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
Carbery)
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe

View File

@ -1,3 +1,8 @@
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
Carbery)
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe

View File

@ -1,3 +1,8 @@
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
Carbery)
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe

View File

@ -1,3 +1,8 @@
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
Carbery)
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe

View File

@ -1,3 +1,8 @@
Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmain.c: Include signal.h for SIGCHLD. (#134622, Damien
Carbery)
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe

View File

@ -38,6 +38,7 @@
#include "glib.h"
#include "gthreadinit.h"
#include <signal.h>
#include <sys/types.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H