vala r2463 - in trunk: . gobject-introspection
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2463 - in trunk: . gobject-introspection
- Date: Fri, 20 Feb 2009 15:15:08 +0000 (UTC)
Author: juergbi
Date: Fri Feb 20 15:15:08 2009
New Revision: 2463
URL: http://svn.gnome.org/viewvc/vala?rev=2463&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/THANKS
trunk/gobject-introspection/scanner.c
Modified: trunk/THANKS
==============================================================================
--- trunk/THANKS (original)
+++ trunk/THANKS Fri Feb 20 15:15:08 2009
@@ -78,6 +78,7 @@
StÃphan Kochen
Tai Chi Minh Ralph Eastwood
Thijs Vermeir
+Tobias MÃller
Travis Watkins
VÃctor Manuel JÃquez Leal
Vlad Grecescu
Modified: trunk/gobject-introspection/scanner.c
==============================================================================
--- trunk/gobject-introspection/scanner.c (original)
+++ trunk/gobject-introspection/scanner.c Fri Feb 20 15:15:08 2009
@@ -24,6 +24,7 @@
#include <string.h>
#include <stdlib.h>
+#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <glib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]