mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-02-21 01:50:08 +03:00
Include headers properly
This commit is contained in:
@ -8,7 +8,9 @@
|
||||
#ifndef PROTO_L2TP_H
|
||||
#define PROTO_L2TP_H
|
||||
|
||||
//// Macro
|
||||
#include "CedarType.h"
|
||||
|
||||
#include "Mayaqua/Network.h"
|
||||
|
||||
// Check the sequence number
|
||||
#define L2TP_SEQ_LT(a, b) (((USHORT)(((USHORT)(a)) - ((USHORT)(b)))) & 0x8000)
|
||||
|
||||
Reference in New Issue
Block a user