Skip to content

Commit

Permalink
tools: hv: include string.h in hv_fcopy_daemon
Browse files Browse the repository at this point in the history
The usage of strchr requires inclusion of string.h.

Fixes: 0c38cda ("tools: hv: remove unnecessary header files and netlink related code")
Signed-off-by: Olaf Hering <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
olafhering authored and gregkh committed Mar 6, 2018
1 parent 1330fc3 commit aba8a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/hv/hv_fcopy_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aba8a53

Please sign in to comment.