corrected include path

This commit is contained in:
nifi 2010-06-15 13:31:22 +00:00
parent 20c8b4f9c6
commit 46f9f7e6c0

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: ringbuf.c,v 1.1 2009/03/01 20:23:56 adamdunkels Exp $
* $Id: ringbuf.c,v 1.2 2010/06/15 13:31:22 nifi Exp $
*/
/**
@ -38,7 +38,7 @@
* Adam Dunkels <adam@sics.se>
*/
#include "ringbuf.h"
#include "lib/ringbuf.h"
/*---------------------------------------------------------------------------*/
void
ringbuf_init(struct ringbuf *r, uint8_t *dataptr, uint8_t size)