From 6425eb90cf4a89db77377b5b470839b82c00cd51 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 May 2014 10:56:46 -0500 Subject: commands.c: Include config.h --- schedsim/shell/shared/commands.c | 14 +++++++++++--- 1 file 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 -- cgit v1.2.3