[rtems-schedsim commit] commands.c: Include config.h
Joel Sherrill
joel at rtems.org
Fri May 23 18:14:43 UTC 2014
Module: rtems-schedsim
Branch: master
Commit: 6425eb90cf4a89db77377b5b470839b82c00cd51
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=6425eb90cf4a89db77377b5b470839b82c00cd51
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Fri May 23 10:56:46 2014 -0500
commands.c: Include config.h
---
schedsim/shell/shared/commands.c | 14 +++++++++++---
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>
More information about the vc
mailing list