diff options
author | 2017-05-18 10:19:33 -0600 | |
---|---|---|
committer | 2017-05-18 10:19:33 -0600 | |
commit | a1a9af4e9d9ec65c22d3cfe449e0420d17dbedba (patch) | |
tree | 05bd08bb1987aa92b84b49b9ee4eee0ba3b2917f /tools/lib/subcmd/parse-options.c | |
parent | doc: replace FTP URL to kernel.org with HTTPS one (diff) | |
parent | Linux 4.12-rc1 (diff) | |
download | linux-dev-a1a9af4e9d9ec65c22d3cfe449e0420d17dbedba.tar.xz linux-dev-a1a9af4e9d9ec65c22d3cfe449e0420d17dbedba.zip |
Merge tag 'v4.12-rc1' into docs-next
Linux 4.12-rc1
Diffstat (limited to 'tools/lib/subcmd/parse-options.c')
-rw-r--r-- | tools/lib/subcmd/parse-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/subcmd/parse-options.c b/tools/lib/subcmd/parse-options.c index 6bc24025d054..359bfa77f39c 100644 --- a/tools/lib/subcmd/parse-options.c +++ b/tools/lib/subcmd/parse-options.c @@ -1,4 +1,5 @@ #include <linux/compiler.h> +#include <linux/string.h> #include <linux/types.h> #include <stdio.h> #include <stdlib.h> |