From 8594c5f75fbc7287c6928539a1f9983941c40b0e Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 13 Aug 2006 13:59:07 +0000 Subject: [PATCH] Added header necessary for petsciiconv_toascii(). --- apps/about/about.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/about/about.c b/apps/about/about.c index d23da30f8..9c57bcf79 100644 --- a/apps/about/about.c +++ b/apps/about/about.c @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: about.c,v 1.1 2006/06/17 22:41:10 adamdunkels Exp $ + * $Id: about.c,v 1.2 2006/08/13 13:59:07 oliverschmidt Exp $ * */ @@ -37,6 +37,7 @@ #include "contiki.h" #include "ctk/ctk.h" +#include "lib/petsciiconv.h" static struct ctk_window aboutdialog; static struct ctk_label aboutlabel1 =