summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_putc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/rtems_putc.c')
-rw-r--r--cpukit/libcsupport/src/rtems_putc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/rtems_putc.c b/cpukit/libcsupport/src/rtems_putc.c
index 784f768f1b..6596a06d94 100644
--- a/cpukit/libcsupport/src/rtems_putc.c
+++ b/cpukit/libcsupport/src/rtems_putc.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/bspIo.h>