From: Jürg Billeter Date: Sat, 25 Oct 2008 15:16:53 +0000 (+0000) Subject: Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720 X-Git-Tag: VALA_0_5_1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c008a0ffc62e8cd2d076d3832f5710b4dbda34;p=thirdparty%2Fvala.git Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720 2008-10-25 Jürg Billeter * gobject-introspection/scanner.c: Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720 svn path=/trunk/; revision=1922 --- diff --git a/ChangeLog b/ChangeLog index 735017cb0..bdffc6547 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-25 Jürg Billeter + + * gobject-introspection/scanner.c: + + Fix compile error on FreeBSD, patch by Jille Timmermans, + fixes bug 555720 + 2008-10-25 Jürg Billeter * vala/valaparser.vala: diff --git a/THANKS b/THANKS index 8a9fba01c..cdcb50b4a 100644 --- 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 diff --git a/gobject-introspection/scanner.c b/gobject-introspection/scanner.c index e09ab0baa..95e4e81bd 100644 --- a/gobject-introspection/scanner.c +++ b/gobject-introspection/scanner.c @@ -29,6 +29,7 @@ #include #include #include +#include #include /* waitpid */ #include #include "scanner.h"