From c5ec7c478098273586b7a5716e30dc82c1e6aba5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 3 Apr 2011 18:42:33 +0000 Subject: Pass __KERNEL__ define (or not) to all makes to handle small differences in user-/kernel-builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3 --- apps/nshlib/nsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/nshlib') diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h index 38ba66a95..91b949cb7 100644 --- a/apps/nshlib/nsh.h +++ b/apps/nshlib/nsh.h @@ -45,6 +45,7 @@ #include #include #include +#include #ifdef CONFIG_NSH_CONSOLE # include -- cgit v1.2.3