Changeset 514ee46 in mainline for uspace/srv/net/tl/icmp/icmp.c


Ignore:
Timestamp:
2010-10-14T21:50:26Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f63a591d
Parents:
a358279
Message:

Move the rest of net_messages.h to standard library.

File:
1 edited

Legend:

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

    ra358279 r514ee46  
    4444#include <ipc/ipc.h>
    4545#include <ipc/services.h>
     46#include <ipc/net.h>
    4647#include <ipc/icmp.h>
    4748#include <sys/time.h>
     
    5556#include <net/inet.h>
    5657
    57 #include <net_messages.h>
    5858#include <net/modules.h>
    5959#include <packet_client.h>
Note: See TracChangeset for help on using the changeset viewer.