提交 aba8a532 编写于 作者: O Olaf Hering 提交者: Greg Kroah-Hartman

tools: hv: include string.h in hv_fcopy_daemon

The usage of strchr requires inclusion of string.h.

Fixes: 0c38cda6 ("tools: hv: remove unnecessary header files and netlink related code")
Signed-off-by: NOlaf Hering <olaf@aepfle.de>
Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1330fc35
......@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <linux/hyperv.h>
#include <linux/limits.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册