From: Simon Glass Date: Thu, 15 May 2025 23:31:47 +0000 (-0600) Subject: net: Include byteorder in net6.h X-Git-Tag: v2025.10-rc1~118^2~65^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22d4e22a3d2e8a95c37c0635701daaee8d5a5c6b;p=thirdparty%2Fu-boot.git net: Include byteorder in net6.h This file uses byteorder but does not include the header file. Update it. Signed-off-by: Simon Glass --- diff --git a/include/net6.h b/include/net6.h index 2ceeaba0639..39573e490a6 100644 --- a/include/net6.h +++ b/include/net6.h @@ -11,6 +11,7 @@ #define __NET6_H__ #include +#include #include #include