From 0d7af38ae58324eba5cc052c7b51c3e1d2a6b420 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 25 Mar 2007 21:53:08 +0000 Subject: [PATCH] Make sure psock is included in core --- examples/sky/tcprudolph0.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/sky/tcprudolph0.c b/examples/sky/tcprudolph0.c index 38e37b690..0ed7a6812 100644 --- a/examples/sky/tcprudolph0.c +++ b/examples/sky/tcprudolph0.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: tcprudolph0.c,v 1.5 2007/03/25 21:45:32 adamdunkels Exp $ + * @(#)$Id: tcprudolph0.c,v 1.6 2007/03/25 21:53:08 adamdunkels Exp $ */ #include @@ -310,5 +310,8 @@ dummy(void) sibc_close(NULL); rudolph0_close(NULL); rudolph1_close(NULL); + + /* Make sure psock is included */ + psock_datalen(NULL); } /*---------------------------------------------------------------------*/