summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_init.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-14 13:30:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-14 13:30:22 -0600
commit909af806c753228e9ae279432993c93e9180b54f (patch)
tree943750805050126fae960ac09211e22d8ca2cef5 /apps/nshlib/nsh_init.c
parent37a1adc0053c37b3bc70379f489f93359724186a (diff)
downloadpx4-nuttx-909af806c753228e9ae279432993c93e9180b54f.tar.gz
px4-nuttx-909af806c753228e9ae279432993c93e9180b54f.tar.bz2
px4-nuttx-909af806c753228e9ae279432993c93e9180b54f.zip
Changes to get PX4 config to build. Also some warning removal
Diffstat (limited to 'apps/nshlib/nsh_init.c')
-rw-r--r--apps/nshlib/nsh_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_init.c b/apps/nshlib/nsh_init.c
index 7c7e78ea1..96dea72bc 100644
--- a/apps/nshlib/nsh_init.c
+++ b/apps/nshlib/nsh_init.c
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/nshlib/nsh_init.c
*
- * Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,8 @@
#include <nuttx/config.h>
+#include <apps/nsh.h>
+
#include "nsh.h"
/****************************************************************************