From c40317f11b3f05e7c06a2213560c8471081f2662 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Jun 2015 18:24:22 +0100 Subject: [PATCH] libxl: Add missing #include of "libxl: ao abort: Handle SIGTERM in save/restore helper" requires this; without it we fail to build on BSD. Reported-by: Ian Campbell CC: Ian Campbell CC: Roger Pau Monne Signed-off-by: Ian Jackson --- 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 0be77c98aa..14675ae797 100644 --- a/tools/libxl/libxl_save_helper.c +++ b/tools/libxl/libxl_save_helper.c @@ -41,6 +41,7 @@ #include #include #include +#include #include "libxl.h" #include "libxl_utils.h" -- 2.30.2