Moved missing include

This commit is contained in:
goldsimon 2010-01-26 16:09:03 +00:00
parent 96338314f1
commit a5463f0400
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,8 @@
#if PPPOE_SUPPORT > 0
#include "netif/etharp.h"
#ifdef PACK_STRUCT_USE_INCLUDES
# include "arch/bpstruct.h"
#endif

View File

@ -78,7 +78,6 @@
#include "lwip/timers.h"
#include "netif/ppp_oe.h"
#include "netif/etharp.h"
#include <string.h>
#include <stdio.h>