vala r1922 - in trunk: . gobject-introspection



Author: juergbi
Date: Sat Oct 25 15:16:53 2008
New Revision: 1922
URL: http://svn.gnome.org/viewvc/vala?rev=1922&view=rev

Log:
2008-10-25  JÃrg Billeter  <j bitron ch>

	* gobject-introspection/scanner.c:

	Fix compile error on FreeBSD, patch by Jille Timmermans,
	fixes bug 555720


Modified:
   trunk/ChangeLog
   trunk/THANKS
   trunk/gobject-introspection/scanner.c

Modified: trunk/THANKS
==============================================================================
--- trunk/THANKS	(original)
+++ trunk/THANKS	Sat Oct 25 15:16:53 2008
@@ -34,6 +34,7 @@
 Jan Luebbe
 Jan Rosczak
 Jared Moore
+Jille Timmermans
 Johannes Schmid
 Juan Carlos Girardi
 Kyle Ambroff

Modified: trunk/gobject-introspection/scanner.c
==============================================================================
--- trunk/gobject-introspection/scanner.c	(original)
+++ trunk/gobject-introspection/scanner.c	Sat Oct 25 15:16:53 2008
@@ -29,6 +29,7 @@
 #include <glib.h>
 #include <glib/gstdio.h>
 #include <glib-object.h>
+#include <signal.h>
 #include <sys/wait.h> /* waitpid */
 #include <gmodule.h>
 #include "scanner.h"



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