projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7385302
)
libxl: include signal.h, required for SIGKILL definition
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 2 Dec 2009 08:44:10 +0000
(08:44 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 2 Dec 2009 08:44:10 +0000
(08:44 +0000)
...makes libxl build on NetBSD.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/libxl/libxl_exec.c
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_exec.c
b/tools/libxl/libxl_exec.c
index 52af20231e663dbbdb7d6925d2eaf53b0f9f91db..def7d8cc7e5d7f9eaf5cb6cb36d7c5a5b3eb9dcd 100644
(file)
--- 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"