summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-23 10:56:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-23 13:22:48 -0500
commit6425eb90cf4a89db77377b5b470839b82c00cd51 (patch)
treed299dd4ccc295ddf61c37c3bcc2d2abb04e102b7
parentschedsim_smppriority_affinity: Change scenario thread name to 4 characters. (diff)
downloadrtems-schedsim-6425eb90cf4a89db77377b5b470839b82c00cd51.tar.bz2
commands.c: Include config.h
-rw-r--r--schedsim/shell/shared/commands.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/schedsim/shell/shared/commands.c b/schedsim/shell/shared/commands.c
index 7132841..457ec9f 100644
--- a/schedsim/shell/shared/commands.c
+++ b/schedsim/shell/shared/commands.c
@@ -1,7 +1,11 @@
-/*
- * BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
+/**
+ * @file
*
- * COPYRIGHT (c) 1989-2013.
+ * BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -9,6 +13,10 @@
* http://www.rtems.com/license/LICENSE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "shell.h"
#include <stdio.h>