Changeset f63a591d in mainline for uspace/lib/net
- Timestamp:
- 2010-10-14T22:06:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c89eefb, ef689ef0
- Parents:
- 514ee46
- Location:
- uspace/lib/net
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/Makefile
r514ee46 rf63a591d 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -Iinclude -I$(LIBSOCKET_PREFIX)/include31 EXTRA_CFLAGS = -Iinclude 32 32 LIBRARY = libnet 33 33 -
uspace/lib/net/netif/netif_local.c
r514ee46 rf63a591d 48 48 #include <net/packet.h> 49 49 #include <packet_client.h> 50 #include <packet/packet_server.h>51 50 #include <packet_remote.h> 52 51 #include <adt/measured_strings.h>
Note:
See TracChangeset
for help on using the changeset viewer.