Make sure psock is included in core

This commit is contained in:
adamdunkels 2007-03-25 21:53:08 +00:00
parent d2683224e9
commit 0d7af38ae5

View file

@ -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 <stdio.h>
@ -310,5 +310,8 @@ dummy(void)
sibc_close(NULL);
rudolph0_close(NULL);
rudolph1_close(NULL);
/* Make sure psock is included */
psock_datalen(NULL);
}
/*---------------------------------------------------------------------*/