From: Ian Jackson Date: Fri, 26 Jun 2015 17:24:22 +0000 (+0100) Subject: libxl: Add missing #include of X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2983 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c40317f11b3f05e7c06a2213560c8471081f2662;p=xen.git 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 --- 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"