From d06a1ecc0c89ded53c2288ab32f429d4aa276ec7 Mon Sep 17 00:00:00 2001 From: nifi Date: Wed, 25 Aug 2010 18:35:52 +0000 Subject: [PATCH] corrected include path --- core/dev/ds2411.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dev/ds2411.c b/core/dev/ds2411.c index ba70fa859..c98e1940c 100644 --- a/core/dev/ds2411.c +++ b/core/dev/ds2411.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: ds2411.c,v 1.4 2009/12/05 11:26:20 adamdunkels Exp $ + * @(#)$Id: ds2411.c,v 1.5 2010/08/25 18:35:52 nifi Exp $ */ /* * Device driver for the Dallas Semiconductor DS2411 chip. Heavily @@ -55,7 +55,7 @@ #include "contiki.h" -#include "ds2411.h" +#include "dev/ds2411.h" unsigned char ds2411_id[8];