commit | ee8ed54416d160de0dfdf6d25119b8e2b5d0255d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 14 16:46:00 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 29 08:29:16 2025 -0600 |
tree | 0a7e246db9ae4c3bdc3ac057e43a4915c300c7df | |
parent | 6d163a66075109176af88221089db83d6779d855 [diff] |
global: Add <linux/string.h> instead of long indirect include path In a number of cases we have C files which rely on a chain of indirect include paths to get <linux/string.h> to be included via <command.h>. To facilitate cleaning up <command.h> make this code directly include <linux/string.h>. Signed-off-by: Tom Rini <trini@konsulko.com>