14 lines
352 B
Diff
14 lines
352 B
Diff
/* Ethernet frame types according to RFC 2516 */
|
|
#define ETH_PPPOE_DISCOVERY 0x8863
|
|
--- a/include/net/ppp_defs.h 2015-05-10 11:09:54.505127657 +0200
|
|
+++ b/include/net/ppp_defs.h 2015-05-10 11:10:10.753309024 +0200
|
|
@@ -38,6 +38,8 @@
|
|
#ifndef _PPP_DEFS_H_
|
|
#define _PPP_DEFS_H_
|
|
|
|
+#include <sys/time.h> /* time_t */
|
|
+
|
|
/*
|
|
* The basic PPP frame.
|
|
*/
|