summaryrefslogtreecommitdiffstats
path: root/osdep/scandir.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/scandir.c')
-rw-r--r--osdep/scandir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/scandir.c b/osdep/scandir.c
index 739e65571a..4d2e7556c3 100644
--- a/osdep/scandir.c
+++ b/osdep/scandir.c
@@ -6,8 +6,6 @@
#include "config.h"
-#ifndef HAVE_SCANDIR
-
#include <sys/types.h>
#include <dirent.h>
#include <stdlib.h>
@@ -118,7 +116,6 @@ error:
}
return -1;
}
-#endif
#if STANDALONE_MAIN