From eab1ea8c95a9300dab648dcd50919deeeece98ff Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 1 Mar 2009 23:33:46 +0000 Subject: [PATCH] Added missing include. --- apps/shell/shell.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/shell/shell.h b/apps/shell/shell.h index 2a829ffdf..21f1e717d 100644 --- a/apps/shell/shell.h +++ b/apps/shell/shell.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell.h,v 1.11 2009/02/04 17:49:15 fros4943 Exp $ + * $Id: shell.h,v 1.12 2009/03/01 23:33:46 oliverschmidt Exp $ */ /** @@ -106,6 +106,7 @@ struct shell_input { #include "shell-file.h" #include "shell-httpd.h" #include "shell-netfile.h" +#include "shell-irc.h" #include "shell-ps.h" #include "shell-reboot.h" #include "shell-rime-debug.h"