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