From aba8a53264963514917e462f3fbbb66b3de79951 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sun, 4 Mar 2018 22:17:15 -0700 Subject: tools: hv: include string.h in hv_fcopy_daemon The usage of strchr requires inclusion of string.h. Fixes: 0c38cda64aec ("tools: hv: remove unnecessary header files and netlink related code") Signed-off-by: Olaf Hering Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- tools/hv/hv_fcopy_daemon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/hv') diff --git a/tools/hv/hv_fcopy_daemon.c b/tools/hv/hv_fcopy_daemon.c index 785f4e95148cf..d78aed86af09b 100644 --- a/tools/hv/hv_fcopy_daemon.c +++ b/tools/hv/hv_fcopy_daemon.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3