Changeset 42f61f01 in mainline for uspace/srv/net/tcp/tqueue.c


Ignore:
Timestamp:
2017-09-06T06:53:55Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d14840d
Parents:
20c82e3
Message:

Fix ia64/abs32le builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/tqueue.c

    r20c82e3 r42f61f01  
    4343#include <mem.h>
    4444#include <stdlib.h>
     45
    4546#include "conn.h"
     47#include "inet.h"
    4648#include "ncsim.h"
    4749#include "pdu.h"
     
    5052#include "seq_no.h"
    5153#include "tqueue.h"
    52 #include "tcp.h"
    5354#include "tcp_type.h"
    5455
Note: See TracChangeset for help on using the changeset viewer.