summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp/igmp_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/igmp/igmp_timer.c')
-rw-r--r--nuttx/net/igmp/igmp_timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/igmp/igmp_timer.c b/nuttx/net/igmp/igmp_timer.c
index b257204c4..5465a68f7 100644
--- a/nuttx/net/igmp/igmp_timer.c
+++ b/nuttx/net/igmp/igmp_timer.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/igmp/igmp_timer.c
*
- * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* The NuttX implementation of IGMP was inspired by the IGMP add-on for the
@@ -44,10 +44,10 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
-#include <wdog.h>
#include <assert.h>
#include <debug.h>
+#include <nuttx/wdog.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netstats.h>