summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/workspacegreedy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/workspacegreedy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/workspacegreedy.c b/cpukit/rtems/src/workspacegreedy.c
index ecd4b86577..7e70761069 100644
--- a/cpukit/rtems/src/workspacegreedy.c
+++ b/cpukit/rtems/src/workspacegreedy.c
@@ -19,8 +19,8 @@
* http://www.rtems.org/license/LICENSE.
*/
-#if HAVE_CONFIG_H
- #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <rtems/rtems/support.h>