Compiler warning fix
This commit is contained in:
parent
537ecb9198
commit
168765a205
2 changed files with 5 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: queuebuf.c,v 1.2 2007/03/13 10:28:52 adamdunkels Exp $
|
||||
* $Id: queuebuf.c,v 1.3 2007/03/15 09:56:39 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -40,6 +40,8 @@
|
|||
|
||||
#include "net/rime/queuebuf.h"
|
||||
|
||||
#include <string.h> /* for memcpy() */
|
||||
|
||||
#define QUEUEBUF_NUM 2
|
||||
#define QUEUEBUF_REF_NUM 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue