Include udp-socket.h and tcp-socket.h by default in all applications that include contiki-net.h

This commit is contained in:
Adam Dunkels 2014-04-09 22:00:47 +02:00
parent 367eed96f4
commit 1075effa22

View File

@ -54,6 +54,9 @@
#include "net/ip/psock.h"
#include "net/ip/udp-socket.h"
#include "net/ip/tcp-socket.h"
#include "net/rime/rime.h"
#include "net/netstack.h"