summaryrefslogtreecommitdiff
path: root/sysdeps/posix
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-02-27 20:21:36 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2012-02-27 20:27:41 +0100
commit12e5c3b9e513e61b48284603f631bb8ce3b95fc0 (patch)
treedf6b0fd9d9cca67e43e035193bd39805dd349b64 /sysdeps/posix
parentba63ba088227987c8215e93f7fd3e9a4e08abce3 (diff)
Add missing headers
Diffstat (limited to 'sysdeps/posix')
-rw-r--r--sysdeps/posix/spawni.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/spawni.c b/sysdeps/posix/spawni.c
index 11a74b53b3..abbf956226 100644
--- a/sysdeps/posix/spawni.c
+++ b/sysdeps/posix/spawni.c
@@ -1,5 +1,5 @@
/* Guts of POSIX spawn interface. Generic POSIX.1 version.
- Copyright (C) 2000-2005, 2006, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2000-2005, 2006, 2011, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <signal.h>
#include <sys/resource.h>
#include "spawn_int.h"
#include <not-cancel.h>