Added Rime to default network include file

This commit is contained in:
adamdunkels 2007-05-15 07:47:54 +00:00
parent 5efb178dc3
commit 7c88f16e47
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: contiki-net.h,v 1.2 2006/08/31 09:36:46 adamdunkels Exp $
* $Id: contiki-net.h,v 1.3 2007/05/15 07:47:54 adamdunkels Exp $
*/
#ifndef __CONTIKI_NET_H__
#define __CONTIKI_NET_H__
@ -53,4 +53,6 @@
#include "net/psock.h"
#include "net/rime.h"
#endif /* __CONTIKI_NET_H__ */