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
svn path=/trunk/; revision=1922
+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
+
2008-10-25 Jürg Billeter <j@bitron.ch>
* vala/valaparser.vala:
Jan Luebbe
Jan Rosczak
Jared Moore
+Jille Timmermans
Johannes Schmid
Juan Carlos Girardi
Kyle Ambroff
#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"