summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/hosterr.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/hosterr.c')
-rw-r--r--c/src/exec/libcsupport/src/hosterr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/hosterr.c b/c/src/exec/libcsupport/src/hosterr.c
index addb110dea..2a02fd2b03 100644
--- a/c/src/exec/libcsupport/src/hosterr.c
+++ b/c/src/exec/libcsupport/src/hosterr.c
@@ -11,6 +11,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#if defined(RTEMS_UNIX)
#include <errno.h>