summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/dlfcn-shell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libdl/dlfcn-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdl/dlfcn-shell.c b/cpukit/libdl/dlfcn-shell.c
index 539774d6dd..67a6e6b8b7 100644
--- a/cpukit/libdl/dlfcn-shell.c
+++ b/cpukit/libdl/dlfcn-shell.c
@@ -15,7 +15,7 @@
* Shell command wrappers for the Dynamic Loading API.
*/
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif