summaryrefslogtreecommitdiff
path: root/nuttx/net/arp/arp_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/arp/arp_timer.c')
-rw-r--r--nuttx/net/arp/arp_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/arp/arp_timer.c b/nuttx/net/arp/arp_timer.c
index 146abbfb9..c1b23c4bc 100644
--- a/nuttx/net/arp/arp_timer.c
+++ b/nuttx/net/arp/arp_timer.c
@@ -42,9 +42,9 @@
#include <stdint.h>
#include <time.h>
-#include <wdog.h>
#include <debug.h>
+#include <nuttx/wdog.h>
#include <nuttx/net/netconfig.h>
#include <arp/arp.h>