mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-27 07:43:37 +08:00
Minor changes: fix some problems with PPPoE include path, add small comments in slip.c (unusual octal values?)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user