summaryrefslogtreecommitdiffstats
path: root/hello
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-24 18:23:40 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-24 18:23:40 -0500
commit37373efe19537a61e11251f917cd6c3e454f5208 (patch)
tree65c4d58710af7beda9989140e3823caf766a330c /hello
parentexamples-v2: Remove ChangeLog files (diff)
downloadrtems-examples-37373efe19537a61e11251f917cd6c3e454f5208.tar.bz2
posix_hello_world: Move .h file to emphasize POSIX compliance
Diffstat (limited to 'hello')
-rw-r--r--hello/posix_hello_world/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hello/posix_hello_world/test.c b/hello/posix_hello_world/test.c
index 3c595dc..9086e5f 100644
--- a/hello/posix_hello_world/test.c
+++ b/hello/posix_hello_world/test.c
@@ -2,7 +2,6 @@
* Simple test program -- simplified version of sample test hello.
*/
-#include <bsp.h>
#include <stdio.h>
#include <stdlib.h>
@@ -18,6 +17,8 @@ void *POSIX_Init(
/* configuration information */
+#include <bsp.h>
+
/* NOTICE: the clock driver is explicitly disabled */
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER