From: Jürg Billeter Date: Fri, 20 Feb 2009 15:15:08 +0000 (+0000) Subject: Include unistd.h to support compilation with X-Git-Tag: 0.5.7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7773353c5a13cb6b9f04fd81bf636cdbea647f;p=thirdparty%2Fvala.git Include unistd.h to support compilation with 2009-02-20 Jürg Billeter * gobject-introspection/scanner.c: Include unistd.h to support compilation with -Werror-implicit-function-declaration, patch by Tobias Müller, fixes bug 571544 svn path=/trunk/; revision=2463 --- diff --git a/ChangeLog b/ChangeLog index f04a99ac0..b26319704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-02-20 Jürg Billeter + + * gobject-introspection/scanner.c: + + Include unistd.h to support compilation with + -Werror-implicit-function-declaration, patch by Tobias Müller, + fixes bug 571544 + 2009-02-20 Jürg Billeter * vala/valascope.vala: diff --git a/THANKS b/THANKS index a4eee7823..21ac91150 100644 --- a/THANKS +++ b/THANKS @@ -78,6 +78,7 @@ Sebastian Pölsterl Stéphan Kochen Tai Chi Minh Ralph Eastwood Thijs Vermeir +Tobias Müller Travis Watkins Víctor Manuel Jáquez Leal Vlad Grecescu diff --git a/gobject-introspection/scanner.c b/gobject-introspection/scanner.c index 95e4e81bd..43a8303e8 100644 --- a/gobject-introspection/scanner.c +++ b/gobject-introspection/scanner.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include