summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/glob-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/glob-win.c b/osdep/glob-win.c
index 9a0c92a278..cceb0bebf9 100644
--- a/osdep/glob-win.c
+++ b/osdep/glob-win.c
@@ -69,7 +69,6 @@ void globfree(glob_t *pglob)
}
free(pglob->gl_pathv);
}
-#endif /*HAVE_GLOB*/
#if 0
int main(){
@@ -84,3 +83,4 @@ int main(){
return 0;
}
+#endif