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"