Mailing List Archive

[xen-unstable] libxl: build fix for netbsd
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1271157688 -3600
# Node ID f7265414c27f165d972b2a2e8e7a8b88d50aaaba
# Parent de7a50eb485494e0d56de0158148edec6d9fc0ef
libxl: build fix for netbsd

<sys/signal.h> is needed to get definition for SIGPIPE and SIG_IGN.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
---
tools/libxl/xl.c | 1 +
1 files changed, 1 insertion(+)

diff -r de7a50eb4854 -r f7265414c27f tools/libxl/xl.c
--- a/tools/libxl/xl.c Tue Apr 13 12:20:48 2010 +0100
+++ b/tools/libxl/xl.c Tue Apr 13 12:21:28 2010 +0100
@@ -26,6 +26,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <sys/signal.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <arpa/inet.h>

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog