summaryrefslogtreecommitdiff
path: root/nuttx/net/net-timeo.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net-timeo.c')
-rw-r--r--nuttx/net/net-timeo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/net-timeo.c b/nuttx/net/net-timeo.c
index 930bf946d..65161ca1d 100644
--- a/nuttx/net/net-timeo.c
+++ b/nuttx/net/net-timeo.c
@@ -41,7 +41,7 @@
#if defined(CONFIG_NET) && defined(CONFIG_NET_SOCKOPTS) && !defined(CONFIG_DISABLE_CLOCK)
#include <sys/types.h>
-#include <nuttx/os_external.h>
+#include <nuttx/clock.h>
#include "net-internal.h"
/****************************************************************************