From: Simon Glass <s...@chromium.org>

This file uses byteorder but does not include the header file. Update
it.

Signed-off-by: Simon Glass <s...@chromium.org>
---
Changes in v3:
- None
---
 include/net6.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/net6.h b/include/net6.h
index 2ceeaba06399..39573e490a66 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>
 
-- 
2.43.0

Reply via email to