Changeset 88e127ee in mainline for uspace/srv/net/tl/udp/udp.c


Ignore:
Timestamp:
2010-10-06T20:31:17Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7a8442
Parents:
e4554d4
Message:

Move socket_messages.h to libc's ipc/socket.h

File:
1 edited

Legend:

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

    re4554d4 r88e127ee  
    4242#include <ipc/ipc.h>
    4343#include <ipc/services.h>
     44#include <ipc/socket.h>
    4445#include <errno.h>
    4546#include <err.h>
     
    6364#include <net_interface.h>
    6465#include <socket_core.h>
    65 #include <socket_messages.h>
    6666#include <tl_common.h>
    6767#include <tl_local.h>
Note: See TracChangeset for help on using the changeset viewer.