src/network/core/tcp.h
branchcustombridgeheads
changeset 5648 1608018c5ff2
parent 5643 3778051e8095
child 5875 4a1391019791
equal deleted inserted replaced
5647:cbde85c8c878 5648:1608018c5ff2
     2 
     2 
     3 #ifndef NETWORK_CORE_TCP_H
     3 #ifndef NETWORK_CORE_TCP_H
     4 #define NETWORK_CORE_TCP_H
     4 #define NETWORK_CORE_TCP_H
     5 
     5 
     6 #ifdef ENABLE_NETWORK
     6 #ifdef ENABLE_NETWORK
       
     7 
       
     8 #include "os_abstraction.h"
       
     9 #include "packet.h"
     7 
    10 
     8 /**
    11 /**
     9  * @file tcp.h Basic functions to receive and send TCP packets.
    12  * @file tcp.h Basic functions to receive and send TCP packets.
    10  */
    13  */
    11 
    14