From 1075effa22c4e73ee1dde46374b4f948e4bc1659 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Wed, 9 Apr 2014 22:00:47 +0200 Subject: [PATCH] Include udp-socket.h and tcp-socket.h by default in all applications that include contiki-net.h --- core/contiki-net.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/contiki-net.h b/core/contiki-net.h index 453b5a468..d783b35b2 100644 --- a/core/contiki-net.h +++ b/core/contiki-net.h @@ -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"