summaryrefslogtreecommitdiff
path: root/src/class/net/net_device.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-27 17:40:39 +0700
committerhathach <[email protected]>2021-05-27 17:40:39 +0700
commit9736e54734a85c03d9055c24414e23f112a67968 (patch)
treecd4b2c5bdb9c91c45f56edd14e7c1ebd9a0679b1 /src/class/net/net_device.c
parentc7cecf28c8bd409c3032a11180333654c90020d4 (diff)
include clean up
Diffstat (limited to 'src/class/net/net_device.c')
-rw-r--r--src/class/net/net_device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/class/net/net_device.c b/src/class/net/net_device.c
index ce1131223..9d9719ce4 100644
--- a/src/class/net/net_device.c
+++ b/src/class/net/net_device.c
@@ -29,8 +29,10 @@
#if ( TUSB_OPT_DEVICE_ENABLED && CFG_TUD_NET )
-#include "net_device.h"
+#include "device/usbd.h"
#include "device/usbd_pvt.h"
+
+#include "net_device.h"
#include "rndis_protocol.h"
void rndis_class_set_handler(uint8_t *data, int size); /* found in ./misc/networking/rndis_reports.c */