summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2008-10-25 15:16:53 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-10-25 15:16:53 +0000
commitd7c008a0ffc62e8cd2d076d3832f5710b4dbda34 (patch)
tree2ff71105bfa9aad8b275e1efe12f7b235539c67b /gobject-introspection
parent82f257019ed81deeddaab27df869716a0f651bf8 (diff)
downloadvala-d7c008a0ffc62e8cd2d076d3832f5710b4dbda34.tar.gz
Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720
2008-10-25 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720 svn path=/trunk/; revision=1922
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 e09ab0baa..95e4e81bd 100644
--- a/gobject-introspection/scanner.c
+++ b/gobject-introspection/scanner.c
@@ -29,6 +29,7 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <glib-object.h>
+#include <signal.h>
#include <sys/wait.h> /* waitpid */
#include <gmodule.h>
#include "scanner.h"