summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/scandir.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/scandir.c')
-rw-r--r--cpukit/libcsupport/src/scandir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/scandir.c b/cpukit/libcsupport/src/scandir.c
index 43c7c51747..01e17c197f 100644
--- a/cpukit/libcsupport/src/scandir.c
+++ b/cpukit/libcsupport/src/scandir.c
@@ -40,6 +40,10 @@
static char sccsid[] = "@(#)scandir.c 5.10 (Berkeley) 2/23/91";
#endif /* LIBC_SCCS and not lint */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*
* Scan the directory dirname calling select to make a list of selected
* directory entries then sort using qsort and compare routine dcomp.