From: Changlong Xie Date: Fri, 1 Apr 2016 01:35:52 +0000 (+0800) Subject: tools: add missing header for xenctrl.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1443 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30318036c334e4fec673ec0256c0e608a3844a11;p=xen.git tools: add missing header for xenctrl.h Commit d275ec9c introduce ssize_t but not include relevant header, it will cause compile errors just like below: ./include/xenctrl.h:1485: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xc_version_len' Signed-off-by: Wen Congyang Signed-off-by: Changlong Xie --- diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h index a9e4dc1540..fb5c26c4a7 100644 --- a/tools/libxc/include/xenctrl.h +++ b/tools/libxc/include/xenctrl.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include