From: Olaf Hering Date: Mon, 5 Mar 2018 05:17:15 +0000 (-0700) Subject: tools: hv: include string.h in hv_fcopy_daemon X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=aba8a53264963514917e462f3fbbb66b3de79951;p=openwrt%2Fstaging%2Fblogic.git 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 --- diff --git a/tools/hv/hv_fcopy_daemon.c b/tools/hv/hv_fcopy_daemon.c index 785f4e95148c..d78aed86af09 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