summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/getdents.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libc/getdents.c')
-rw-r--r--c/src/lib/libc/getdents.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libc/getdents.c b/c/src/lib/libc/getdents.c
index e154b688d2..6523abfcd0 100644
--- a/c/src/lib/libc/getdents.c
+++ b/c/src/lib/libc/getdents.c
@@ -17,6 +17,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <errno.h>
#include <rtems/libio_.h>