]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720
authorJürg Billeter <j@bitron.ch>
Sat, 25 Oct 2008 15:16:53 +0000 (15:16 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 25 Oct 2008 15:16:53 +0000 (15:16 +0000)
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

ChangeLog
THANKS
gobject-introspection/scanner.c

index 735017cb04d95dd9d4c5ec198e9d29230d5dd99f..bdffc6547cfe7c63f982ff9026e4a8577e7d1139 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
diff --git a/THANKS b/THANKS
index 8a9fba01c82bb4e6ee5382a2d81539320a10ad24..cdcb50b4a963da7465fa37e83ef3dfb0812faa69 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -34,6 +34,7 @@ Jamie McCracken
 Jan Luebbe
 Jan Rosczak
 Jared Moore
+Jille Timmermans
 Johannes Schmid
 Juan Carlos Girardi
 Kyle Ambroff
index e09ab0baad98b4809786e53f3aca4d3ce33e0f65..95e4e81bda52466def3e193ff5bd80559790aa9f 100644 (file)
@@ -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"