2009-02-20 Jürg Billeter <j@bitron.ch>
* 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
+2009-02-20 Jürg Billeter <j@bitron.ch>
+
+ * 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 <j@bitron.ch>
* vala/valascope.vala:
Stéphan Kochen
Tai Chi Minh Ralph Eastwood
Thijs Vermeir
+Tobias Müller
Travis Watkins
Víctor Manuel Jáquez Leal
Vlad Grecescu
#include <string.h>
#include <stdlib.h>
+#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <glib.h>