Compiler warning fix

This commit is contained in:
adamdunkels 2007-03-15 09:56:15 +00:00
parent 537ecb9198
commit 168765a205
2 changed files with 5 additions and 2 deletions

View file

@ -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