summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_lsof.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/main_lsof.c')
-rw-r--r--cpukit/libmisc/shell/main_lsof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/main_lsof.c b/cpukit/libmisc/shell/main_lsof.c
index 43bf8b18a0..57e81c0295 100644
--- a/cpukit/libmisc/shell/main_lsof.c
+++ b/cpukit/libmisc/shell/main_lsof.c
@@ -12,8 +12,8 @@
* http://www.rtems.org/license/LICENSE.
*/
-#if HAVE_CONFIG_H
- #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <stdio.h>