summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh_test.c')
-rw-r--r--apps/nshlib/nsh_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/nshlib/nsh_test.c b/apps/nshlib/nsh_test.c
index dd63d6796..6e1b65e5f 100644
--- a/apps/nshlib/nsh_test.c
+++ b/apps/nshlib/nsh_test.c
@@ -1,8 +1,8 @@
/****************************************************************************
* apps/nshlib/nsh_test.c
*
- * Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -69,6 +69,7 @@
#include <string.h>
#include "nsh.h"
+#include "nsh_console.h"
#if !defined(CONFIG_NSH_DISABLESCRIPT) && !defined(CONFIG_NSH_DISABLE_TEST)