summaryrefslogtreecommitdiff
path: root/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'glob.c')
-rw-r--r--glob.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/glob.c b/glob.c
index bba41e6687..13ccdc6e86 100644
--- a/glob.c
+++ b/glob.c
@@ -111,6 +111,10 @@ extern void throw_to_top_level ();
extern int interrupt_state;
#endif /* SHELL */
+#if defined(NT)
+#include "missing/dir.h"
+#endif
+
/* Global variable which controls whether or not * matches .*.
Non-zero means don't match .*. */
int noglob_dot_filenames = 1;