Minor changes: fix some problems with PPPoE include path, add small comments in slip.c (unusual octal values?)

This commit is contained in:
fbernon
2007-11-30 17:22:20 +00:00
parent 2942157ca4
commit e5a98b6a5b
5 changed files with 16 additions and 9 deletions

View File

@@ -55,6 +55,11 @@
#include "lwip/dhcp.h"
#include "lwip/autoip.h"
#include "netif/etharp.h"
#if PPPOE_SUPPORT
#include "netif/ppp_oe.h"
#endif /* PPPOE_SUPPORT */
#include <string.h>
/** the time an ARP entry stays valid after its last update,