summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/drivers/net/skeleton.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/drivers/net/skeleton.c b/nuttx/drivers/net/skeleton.c
index 060ab185f..5d012811d 100644
--- a/nuttx/drivers/net/skeleton.c
+++ b/nuttx/drivers/net/skeleton.c
@@ -44,8 +44,9 @@
#include <stdbool.h>
#include <time.h>
#include <string.h>
-#include <debug.h>
#include <errno.h>
+#include <assert.h>
+#include <debug.h>
#include <arpa/inet.h>