tools: add missing header for xenctrl.h
authorChanglong Xie <xiecl.fnst@cn.fujitsu.com>
Fri, 1 Apr 2016 01:35:52 +0000 (09:35 +0800)
committerChanglong Xie <xiecl.fnst@cn.fujitsu.com>
Fri, 1 Apr 2016 03:07:28 +0000 (11:07 +0800)
commit30318036c334e4fec673ec0256c0e608a3844a11
tree0c991fa2c19491e56f2bf7ed96696f6e8349189b
parent96ae556569b8eaedc0bb242932842c3277b515d8
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 <wency@cn.fujitsu.com>
Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
tools/libxc/include/xenctrl.h