summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2009-02-20 15:15:08 +0000
committerJürg Billeter <juergbi@src.gnome.org>2009-02-20 15:15:08 +0000
commit5e7773353c5a13cb6b9f04fd81bf636cdbea647f (patch)
treefdd9bd0f264e5dd40c62bce0efd556c789b5bc43 /gobject-introspection
parenta9a16ae3c6d46a614e08eb76fd72e583dee2b076 (diff)
downloadvala-5e7773353c5a13cb6b9f04fd81bf636cdbea647f.tar.gz
Include unistd.h to support compilation with
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
Diffstat (limited to 'gobject-introspection')
-rw-r--r--gobject-introspection/scanner.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <stdlib.h>
+#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <glib.h>