From 91d77b455375c2cb410ae981646f398de40175fc Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 19 Mar 2011 16:54:35 +0000 Subject: Move netutils header files from include/net/uip to include/apps/netutils git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3399 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/igmp/igmp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/examples/igmp/igmp.c') diff --git a/nuttx/examples/igmp/igmp.c b/nuttx/examples/igmp/igmp.c index 8bca7fa4e..734a7e599 100755 --- a/nuttx/examples/igmp/igmp.c +++ b/nuttx/examples/igmp/igmp.c @@ -1,7 +1,7 @@ /**************************************************************************** * examples/igmp/igmp.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -46,8 +46,8 @@ #include #include -#include -#include +#include +#include #include "igmp.h" -- cgit v1.2.3