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