"libxl: ao abort: Handle SIGTERM in save/restore helper" requires
this; without it we fail to build on BSD.

Reported-by: Ian Campbell <ian.campb...@citrix.com>
CC: Ian Campbell <ian.campb...@citrix.com>
CC: Roger Pau Monne <roger....@citrix.com>
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 tools/libxl/libxl_save_helper.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/libxl/libxl_save_helper.c b/tools/libxl/libxl_save_helper.c
index 0be77c9..14675ae 100644
--- a/tools/libxl/libxl_save_helper.c
+++ b/tools/libxl/libxl_save_helper.c
@@ -41,6 +41,7 @@
 #include <assert.h>
 #include <inttypes.h>
 #include <fcntl.h>
+#include <signal.h>
 
 #include "libxl.h"
 #include "libxl_utils.h"
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to