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:
@@ -11,6 +11,7 @@
|
||||
#define __NET6_H__
|
||||
|
||||
#include <net.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/errno.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user