commit | a86ea1c1ddaf1039d545222b2c98fbf5739cf697 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 15 17:31:47 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 29 08:30:25 2025 -0600 |
tree | 383af732225fa94eca38c0b71dae37f2301f5e71 | |
parent | c141172b28a95536386a004ee87c24f6136e7009 [diff] [blame] |
net: Include byteorder in net6.h This file uses byteorder but does not include the header file. Update it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/net6.h b/include/net6.h index 2ceeaba..39573e4 100644 --- a/include/net6.h +++ b/include/net6.h
@@ -11,6 +11,7 @@ #define __NET6_H__ #include <net.h> +#include <asm/byteorder.h> #include <linux/ctype.h> #include <linux/errno.h>