Ignore:
File:
1 edited

Legend:

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

    r7c8267b rc5b59ce  
    4242//TODO remove stdio
    4343#include <stdio.h>
     44#include <errno.h>
     45#include <err.h>
    4446
    4547#include <ipc/ipc.h>
    4648#include <ipc/services.h>
    4749
    48 #include <net_err.h>
    4950#include <net_messages.h>
    5051#include <net_modules.h>
     
    6364#include <net_interface.h>
    6465#include <socket_codes.h>
    65 #include <socket_errno.h>
    6666#include <tcp_codes.h>
    6767#include <socket_core.h>
Note: See TracChangeset for help on using the changeset viewer.