From: Daniele Basile Date: Fri, 20 Jan 2012 09:24:50 +0000 (+0100) Subject: Not test for avr. Add missing include. X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=4278d44ef7681c56f4bd16615c3c4d9338112df4;hp=121f4d98bd4d74629809697ab66001ebcbac76ce Not test for avr. Add missing include. --- diff --git a/bertos/net/tcp_socket.c b/bertos/net/tcp_socket.c index 1924a604..bd16b9df 100644 --- a/bertos/net/tcp_socket.c +++ b/bertos/net/tcp_socket.c @@ -34,6 +34,8 @@ * * \author Luca Ottaviano * \author Daniele Basile + * + * notest:avr */ #include "tcp_socket.h" @@ -44,6 +46,7 @@ #include #include +#include #include #include #include