Signed-off-by: Sebastian Smolorz <[email protected]> --- stack/ipv4/tcp/tcp.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/stack/ipv4/tcp/tcp.c b/stack/ipv4/tcp/tcp.c index 7787ab7..5c831dc 100644 --- a/stack/ipv4/tcp/tcp.c +++ b/stack/ipv4/tcp/tcp.c @@ -30,6 +30,7 @@ #include <rtnet_rtpc.h> #include <rtskb.h> #include <rtdev.h> +#include <rtnet_port.h> #include <ipv4/tcp.h> #include <ipv4/ip_sock.h> #include <ipv4/ip_output.h> -- 1.5.2.4 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ RTnet-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rtnet-developers

