mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Add more destiny fixes
This commit is contained in:
parent
9e6d7f032a
commit
01f2cb2115
@ -16,8 +16,8 @@
|
||||
#include "hwtimer.h"
|
||||
#include "tcp_timer.h"
|
||||
#include "tcp_hc.h"
|
||||
#include "sys/net/net_help/net_help.h"
|
||||
#include "sys/net/net_help/msg_help.h"
|
||||
#include "../net_help/net_help.h"
|
||||
#include "../net_help/msg_help.h"
|
||||
|
||||
socket_internal_t sockets[MAX_SOCKETS];
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#include "tcp.h"
|
||||
#include "in.h"
|
||||
#include "socket.h"
|
||||
#include "sys/net/net_help/net_help.h"
|
||||
#include "sys/net/net_help/msg_help.h"
|
||||
#include "sys/net/sixlowpan/sixlowpan.h"
|
||||
#include "../net_help/net_help.h"
|
||||
#include "../net_help/msg_help.h"
|
||||
#include "../sixlowpan/sixlowpan.h"
|
||||
|
||||
void printTCPHeader(tcp_hdr_t *tcp_header)
|
||||
{
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define TCP_HC_H_
|
||||
|
||||
#include "tcp.h"
|
||||
#include "sys/net/sixlowpan/sixlowip.h"
|
||||
#include "../sixlowpan/sixlowip.h"
|
||||
#include "socket.h"
|
||||
|
||||
#ifdef TCP_HC
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "destiny.h"
|
||||
#include "socket.h"
|
||||
#include "net_help/msg_help.h"
|
||||
#include "sys/net/sixlowpan/sixlowpan.h"
|
||||
#include "../sixlowpan/sixlowpan.h"
|
||||
|
||||
void handle_synchro_timeout(socket_internal_t *current_socket)
|
||||
{
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#define UDP_STACK_SIZE 512
|
||||
|
||||
#include "sys/net/sixlowpan/sixlowip.h"
|
||||
#include "../sixlowpan/sixlowip.h"
|
||||
|
||||
typedef struct __attribute__ ((packed)) udp_h_t{
|
||||
uint16_t src_port;
|
||||
|
Loading…
Reference in New Issue
Block a user