File vala-0.3.3-implicit-fortify-decl.patch of Package vala
Index: gobject-introspection/grealpath.h
===================================================================
--- gobject-introspection/grealpath.h.orig 2008-04-26 15:41:25.000000000 +0200
+++ gobject-introspection/grealpath.h 2008-10-14 17:31:28.000000000 +0200
@@ -1,6 +1,8 @@
#ifndef __G_REALPATH_H__
#define __G_REALPATH_H__
+#include <limits.h>
+#include <stdlib.h>
/**
* g_realpath:
*
Index: gobject-introspection/scanner.c
===================================================================
--- gobject-introspection/scanner.c.orig 2008-05-02 20:58:40.000000000 +0200
+++ gobject-introspection/scanner.c 2008-10-14 17:32:45.000000000 +0200
@@ -25,6 +25,7 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
+#include <unistd.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <glib-object.h>