added missing include

This commit is contained in:
nifi 2010-06-18 08:28:56 +00:00
parent 4741b95858
commit e965b74cf5
6 changed files with 12 additions and 6 deletions

View file

@ -81,7 +81,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: polite.h,v 1.9 2010/06/14 19:19:17 adamdunkels Exp $
* $Id: polite.h,v 1.10 2010/06/18 08:28:56 nifi Exp $
*/
/**
@ -96,6 +96,7 @@
#include "net/rime/abc.h"
#include "net/queuebuf.h"
#include "sys/ctimer.h"
struct polite_conn;