summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp/igmp_leave.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/igmp/igmp_leave.c')
-rw-r--r--nuttx/net/igmp/igmp_leave.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/igmp/igmp_leave.c b/nuttx/net/igmp/igmp_leave.c
index 50742a18f..521a437e4 100644
--- a/nuttx/net/igmp/igmp_leave.c
+++ b/nuttx/net/igmp/igmp_leave.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/igmp/igmp_leave.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
@@ -43,12 +43,12 @@
#include <nuttx/config.h>
-#include <wdog.h>
#include <assert.h>
#include <debug.h>
#include <netinet/in.h>
+#include <nuttx/wdog.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netstats.h>