aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_exec.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-02 08:44:10 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-02 08:44:10 +0000
commite2e6a280af4e450020c6f4e576066890dba9bf4e (patch)
tree24925e147a42534ea13551fd0dfb314f18fc7900 /tools/libxl/libxl_exec.c
parent738530292fb63f3f4a3482aa7cf05c4c339af186 (diff)
downloadxen-e2e6a280af4e450020c6f4e576066890dba9bf4e.tar.gz
xen-e2e6a280af4e450020c6f4e576066890dba9bf4e.tar.bz2
xen-e2e6a280af4e450020c6f4e576066890dba9bf4e.zip
libxl: include signal.h, required for SIGKILL definition
...makes libxl build on NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/libxl/libxl_exec.c')
-rw-r--r--tools/libxl/libxl_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/libxl_exec.c b/tools/libxl/libxl_exec.c
index 52af20231e..def7d8cc7e 100644
--- a/tools/libxl/libxl_exec.c
+++ b/tools/libxl/libxl_exec.c
@@ -25,6 +25,7 @@
#include <assert.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <signal.h> /* for SIGKILL */
#include "libxl.h"
#include "libxl_internal.h"