]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Include unistd.h to support compilation with
authorJürg Billeter <j@bitron.ch>
Fri, 20 Feb 2009 15:15:08 +0000 (15:15 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 20 Feb 2009 15:15:08 +0000 (15:15 +0000)
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

ChangeLog
THANKS
gobject-introspection/scanner.c

index f04a99ac039d229acd4b5293240f3fa3ec6046ba..b26319704b17c2a416bc1b8fb02682e96e75b3f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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:
diff --git a/THANKS b/THANKS
index a4eee7823200c0b16e2ee1360cbff03f4073482f..21ac91150632a7d51361fc357aa5132e141a50ed 100644 (file)
--- 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
index 95e4e81bda52466def3e193ff5bd80559790aa9f..43a8303e8707a3ac0040c37f13c8e55caa4d685d 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <string.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <ctype.h>
 #include <errno.h>
 #include <glib.h>