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>
This commit is contained in:
Simon Glass
2025-05-15 17:31:47 -06:00
committed by Tom Rini
parent 7b612cfa75
commit 22d4e22a3d

View File

@@ -11,6 +11,7 @@
#define __NET6_H__
#include <net.h>
#include <asm/byteorder.h>
#include <linux/ctype.h>
#include <linux/errno.h>