From 26e61ac3f7ae7443b904e184dd803e9dce8c7f5c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Mon, 5 Apr 2010 13:41:29 +0000 Subject: [PATCH] Programs using CFS should #include "cfs.h" ;-) --- cpu/6502/dhcp/dhcp-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu/6502/dhcp/dhcp-client.c b/cpu/6502/dhcp/dhcp-client.c index 629c7d1b0..5e0c605dd 100644 --- a/cpu/6502/dhcp/dhcp-client.c +++ b/cpu/6502/dhcp/dhcp-client.c @@ -29,12 +29,13 @@ * * This file is part of the Contiki desktop environment * - * $Id: dhcp-client.c,v 1.2 2010/02/08 22:26:19 oliverschmidt Exp $ + * $Id: dhcp-client.c,v 1.3 2010/04/05 13:41:29 oliverschmidt Exp $ * */ #include "contiki-net.h" #include "ctk/ctk.h" +#include "cfs/cfs.h" #include "net/dhcpc.h" static struct ctk_window window;