From 46f9f7e6c05979103bb550b022caf14277f29caf Mon Sep 17 00:00:00 2001 From: nifi Date: Tue, 15 Jun 2010 13:31:22 +0000 Subject: [PATCH] corrected include path --- core/lib/ringbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/ringbuf.c b/core/lib/ringbuf.c index ec02e224a..28d225236 100644 --- a/core/lib/ringbuf.c +++ b/core/lib/ringbuf.c @@ -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 */ -#include "ringbuf.h" +#include "lib/ringbuf.h" /*---------------------------------------------------------------------------*/ void ringbuf_init(struct ringbuf *r, uint8_t *dataptr, uint8_t size)